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