|
|
@ -48,6 +48,7 @@ class QuillToolbarFontFamilyButtonOptions extends QuillToolbarBaseButtonOptions< |
|
|
|
this.itemHeight, |
|
|
|
this.itemHeight, |
|
|
|
this.itemPadding, |
|
|
|
this.itemPadding, |
|
|
|
this.defaultItemColor = Colors.red, |
|
|
|
this.defaultItemColor = Colors.red, |
|
|
|
|
|
|
|
this.dropdownTextColor, |
|
|
|
this.renderFontFamilies = true, |
|
|
|
this.renderFontFamilies = true, |
|
|
|
super.iconSize, |
|
|
|
super.iconSize, |
|
|
|
super.iconButtonFactor, |
|
|
|
super.iconButtonFactor, |
|
|
@ -70,6 +71,7 @@ class QuillToolbarFontFamilyButtonOptions extends QuillToolbarBaseButtonOptions< |
|
|
|
final double? itemHeight; |
|
|
|
final double? itemHeight; |
|
|
|
final EdgeInsets? itemPadding; |
|
|
|
final EdgeInsets? itemPadding; |
|
|
|
final Color? defaultItemColor; |
|
|
|
final Color? defaultItemColor; |
|
|
|
|
|
|
|
final Color? dropdownTextColor; |
|
|
|
final String? defaultDisplayText; |
|
|
|
final String? defaultDisplayText; |
|
|
|
|
|
|
|
|
|
|
|
QuillToolbarFontFamilyButtonOptions copyWith({ |
|
|
|
QuillToolbarFontFamilyButtonOptions copyWith({ |
|
|
|