QuillToolbarConfigurations class

Annotations

Constructors

QuillToolbarConfigurations({QuillSharedConfigurations sharedConfigurations = const QuillSharedConfigurations(), QuillSimpleToolbarButtonOptions buttonOptions = const QuillSimpleToolbarButtonOptions()})
const

Properties

axis Axis
finalinherited
buttonOptions QuillSimpleToolbarButtonOptions
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
sharedConfigurations QuillSharedConfigurations
finalinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
toolbarIconAlignment WrapAlignment
finalinherited
toolbarIconCrossAlignment WrapCrossAlignment
finalinherited
toolbarRunSpacing double
finalinherited
toolbarSectionSpacing double
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