QuillToolbarFontSizeButtonOptions constructor
const
QuillToolbarFontSizeButtonOptions({
- double? iconSize,
- double? iconButtonFactor,
- Map<
String, String> ? rawItemsMap, - ValueChanged<
String> ? onSelected, - Attribute attribute = Attribute.size,
- VoidCallback? afterButtonPressed,
- String? tooltip,
- EdgeInsetsGeometry? padding,
- TextStyle? style,
- @Deprecated('No longer used') double? width,
- String? initialValue,
- TextOverflow labelOverflow = TextOverflow.visible,
- double? itemHeight,
- EdgeInsets? itemPadding,
- Color? defaultItemColor = Colors.red,
- QuillToolbarButtonOptionsChildBuilder<
QuillToolbarFontSizeButtonOptions, QuillToolbarFontSizeButtonExtraOptions> ? childBuilder, - ButtonStyle? shape,
- String? defaultDisplayText,
Implementation
const QuillToolbarFontSizeButtonOptions({
super.iconSize,
super.iconButtonFactor,
this.rawItemsMap,
this.onSelected,
this.attribute = Attribute.size,
super.afterButtonPressed,
super.tooltip,
this.padding,
this.style,
@Deprecated('No longer used') this.width,
this.initialValue,
this.labelOverflow = TextOverflow.visible,
this.itemHeight,
this.itemPadding,
this.defaultItemColor = Colors.red,
super.childBuilder,
this.shape,
this.defaultDisplayText,
});