QuoteLoadingScreen constructor

QuoteLoadingScreen({
  1. Color? canvasColor,
  2. Color? textColor,
  3. String? fontFamily,
  4. FontStyle? fontStyle,
  5. FontWeight? fontWeight,
  6. Key? key,
})

Implementation

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