QuoteDialogButton constructor

QuoteDialogButton({
  1. Color? canvasColor,
  2. Color? textColor,
  3. IconData? buttonIcon,
  4. Color? buttonColor,
  5. String? fontFamily,
  6. FontStyle? fontStyle,
  7. FontWeight? fontWeight,
  8. Key? key,
})

Implementation

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