QuillToolbarToggleCheckListButtonOptions constructor

const QuillToolbarToggleCheckListButtonOptions({
  1. double? iconSize,
  2. double? iconButtonFactor,
  3. Attribute attribute = Attribute.unchecked,
  4. bool isShouldRequestKeyboard = false,
  5. QuillIconTheme? iconTheme,
  6. String? tooltip,
  7. IconData? iconData,
  8. VoidCallback? afterButtonPressed,
  9. QuillToolbarButtonOptionsChildBuilder<QuillToolbarToggleCheckListButtonOptions, QuillToolbarToggleCheckListButtonExtraOptions>? childBuilder,
})

Implementation

const QuillToolbarToggleCheckListButtonOptions({
  super.iconSize,
  super.iconButtonFactor,
  this.attribute = Attribute.unchecked,
  this.isShouldRequestKeyboard = false,
  super.iconTheme,
  super.tooltip,
  super.iconData,
  super.afterButtonPressed,
  super.childBuilder,
});