QuillToolbarToggleCheckListButtonOptions constructor
const
QuillToolbarToggleCheckListButtonOptions({
- double? iconSize,
- double? iconButtonFactor,
- Attribute attribute = Attribute.unchecked,
- bool isShouldRequestKeyboard = false,
- QuillIconTheme? iconTheme,
- String? tooltip,
- IconData? iconData,
- VoidCallback? afterButtonPressed,
- 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,
});