QuillToolbarConfigurations class
- Annotations
Constructors
- QuillToolbarConfigurations({QuillSimpleToolbarButtonOptions buttonOptions = const QuillSimpleToolbarButtonOptions()})
-
const
Properties
- axis → Axis
-
finalinherited
-
If you want change spesefic buttons or all of them
then you came to the right place
finalinherited
- color → Color?
-
The color of the toolbar.
finalinherited
- decoration → Decoration?
-
The decoration to use for the toolbar.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkDialogAction → LinkDialogAction?
-
finalinherited
- multiRowsDisplay → bool
-
If you want the toolbar to not be a multiple rows pass false
finalinherited
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sectionDividerColor → Color?
-
The color to use when painting the toolbar section divider.
finalinherited
- sectionDividerSpace → double?
-
The space occupied by toolbar section divider.
finalinherited
-
finalinherited
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - toolbarIconAlignment → WrapAlignment
-
finalinherited
- toolbarIconCrossAlignment → WrapCrossAlignment
-
finalinherited
- toolbarRunSpacing → double
-
finalinherited
- toolbarSectionSpacing → double
-
Only works if
multiRowsDisplay
istrue
finalinherited - toolbarSize → double?
-
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