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