QuillToolbarFontSizeButton constructor
QuillToolbarFontSizeButton({
- required QuillController controller,
- @Deprecated('Please use the default display text from the options') String? defaultDisplayText,
- QuillToolbarFontSizeButtonOptions options = const QuillToolbarFontSizeButtonOptions(),
- Key? key,
Implementation
QuillToolbarFontSizeButton({
required super.controller,
@Deprecated('Please use the default display text from the options')
this.defaultDisplayText,
super.options = const QuillToolbarFontSizeButtonOptions(),
super.key,
}) : assert(options.rawItemsMap?.isNotEmpty ?? true),
assert(options.initialValue == null ||
(options.initialValue?.isNotEmpty ?? true));