QuillDialogTheme constructor

QuillDialogTheme({
  1. TextStyle? labelTextStyle,
  2. TextStyle? inputTextStyle,
  3. Color? dialogBackgroundColor,
})

Implementation

QuillDialogTheme(
    {this.labelTextStyle, this.inputTextStyle, this.dialogBackgroundColor});