QuoteLoadingScreen constructor
QuoteLoadingScreen({})
Implementation
QuoteLoadingScreen({
this.canvasColor,
this.textColor,
this.fontFamily,
this.fontStyle,
this.fontWeight,
Key? key,
}) : super(key: key);