QuillToolbarToggleCheckListButtonOptions class
- Inheritance
- 
    - Object
- QuillToolbarBaseButtonOptions<QuillToolbarToggleCheckListButtonOptions, QuillToolbarToggleCheckListButtonExtraOptions> 
- QuillToolbarToggleCheckListButtonOptions
 
- Annotations
Constructors
- 
          QuillToolbarToggleCheckListButtonOptions({double? iconSize, double? iconButtonFactor, Attribute attribute = Attribute.unchecked, bool shouldRequestKeyboard = false, QuillIconTheme? iconTheme, String? tooltip, IconData? iconData, VoidCallback? afterButtonPressed, QuillToolbarButtonOptionsChildBuilder<QuillToolbarToggleCheckListButtonOptions, QuillToolbarToggleCheckListButtonExtraOptions> ? childBuilder})
- 
          
            const
Properties
- afterButtonPressed → VoidCallback?
- 
  To do extra logic after pressing the button
  finalinherited
- attribute → Attribute
- 
  
  final
- 
  childBuilder
  → QuillToolbarButtonOptionsChildBuilder<QuillToolbarToggleCheckListButtonOptions, QuillToolbarToggleCheckListButtonExtraOptions> ?
- 
  If you want to display a different widget based using a builder
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- iconButtonFactor → double?
- 
  
  finalinherited
- iconData → IconData?
- 
  By default it will use a Icon data from Icons which comes from material
library, to change this, please pass a different value
If there is no Icon in this button then pass nullin the child classfinalinherited
- iconSize → double?
- 
  To change the the icon size pass a different value, by default will be
kDefaultIconSize.
this will be used for all the buttons but you can override this
  finalinherited
- iconTheme → QuillIconTheme?
- 
  Use custom theme
  finalinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- shouldRequestKeyboard → bool
- 
  
  final
- tooltip → String?
- 
  By default it will use the default tooltip which already localized
  finalinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited