QuillToolbarFontFamilyButtonOptions constructor
const
QuillToolbarFontFamilyButtonOptions({
- Attribute attribute = Attribute.font,
- Map<
String, String> ? items, - IconData? iconData,
- VoidCallback? afterButtonPressed,
- String? tooltip,
- QuillIconTheme? iconTheme,
- QuillToolbarButtonOptionsChildBuilder<
QuillToolbarFontFamilyButtonOptions, QuillToolbarFontFamilyButtonExtraOptions> ? childBuilder, - ValueChanged<
String> ? onSelected, - EdgeInsetsGeometry? padding,
- TextStyle? style,
- double? width,
- String? initialValue,
- TextOverflow labelOverflow = TextOverflow.visible,
- bool overrideTooltipByFontFamily = false,
- double? itemHeight,
- EdgeInsets? itemPadding,
- Color? defaultItemColor = Colors.red,
- bool renderFontFamilies = true,
- double? iconSize,
- double? iconButtonFactor,
- String? defaultDisplayText,
Implementation
const QuillToolbarFontFamilyButtonOptions({
this.attribute = Attribute.font,
this.items,
super.iconData,
super.afterButtonPressed,
super.tooltip,
super.iconTheme,
super.childBuilder,
this.onSelected,
this.padding,
this.style,
this.width,
this.initialValue,
this.labelOverflow = TextOverflow.visible,
this.overrideTooltipByFontFamily = false,
this.itemHeight,
this.itemPadding,
this.defaultItemColor = Colors.red,
this.renderFontFamilies = true,
super.iconSize,
super.iconButtonFactor,
this.defaultDisplayText,
});