QuillToolbarFontSizeButtonOptions constructor

const QuillToolbarFontSizeButtonOptions({
  1. double? iconSize,
  2. double? iconButtonFactor,
  3. Map<String, String>? rawItemsMap,
  4. ValueChanged<String>? onSelected,
  5. Attribute attribute = Attribute.size,
  6. VoidCallback? afterButtonPressed,
  7. String? tooltip,
  8. EdgeInsetsGeometry? padding,
  9. TextStyle? style,
  10. @Deprecated('No longer used') double? width,
  11. String? initialValue,
  12. TextOverflow labelOverflow = TextOverflow.visible,
  13. double? itemHeight,
  14. EdgeInsets? itemPadding,
  15. Color? defaultItemColor = Colors.red,
  16. QuillToolbarButtonOptionsChildBuilder<QuillToolbarFontSizeButtonOptions, QuillToolbarFontSizeButtonExtraOptions>? childBuilder,
  17. ButtonStyle? shape,
  18. 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,
});