QuillSimpleToolbarConfigurations class

The configurations for the toolbar widget of flutter quill

Annotations

Constructors

QuillSimpleToolbarConfigurations({required QuillController controller, QuillSharedConfigurations sharedConfigurations = const QuillSharedConfigurations(), double toolbarSectionSpacing = kToolbarSectionSpacing, WrapAlignment toolbarIconAlignment = WrapAlignment.center, WrapCrossAlignment toolbarIconCrossAlignment = WrapCrossAlignment.center, QuillSimpleToolbarButtonOptions buttonOptions = const QuillSimpleToolbarButtonOptions(), List<QuillToolbarCustomButtonOptions> customButtons = const [], Map<String, String>? fontFamilyValues, bool multiRowsDisplay = true, Map<String, String>? fontSizesValues, bool showDividers = true, bool showFontFamily = true, bool showFontSize = true, bool showBoldButton = true, bool showItalicButton = true, bool showSmallButton = false, bool showUnderLineButton = true, bool showStrikeThrough = true, bool showInlineCode = true, bool showColorButton = true, bool showBackgroundColorButton = true, bool showClearFormat = true, bool showAlignmentButtons = false, bool showLeftAlignment = true, bool showCenterAlignment = true, bool showRightAlignment = true, bool showJustifyAlignment = true, bool showHeaderStyle = true, bool showListNumbers = true, bool showListBullets = true, bool showListCheck = true, bool showCodeBlock = true, bool showQuote = true, bool showIndent = true, bool showLink = true, bool showUndo = true, bool showRedo = true, bool showDirection = false, bool showSearchButton = true, bool showSubscript = true, bool showSuperscript = true, bool showClipboardCut = true, bool showClipboardCopy = true, bool showClipboardPaste = true, LinkStyleType linkStyleType = LinkStyleType.original, HeaderStyleType headerStyleType = HeaderStyleType.original, Decoration? decoration, List<EmbedButtonBuilder>? embedButtons, LinkDialogAction? linkDialogAction, QuillDialogTheme? dialogTheme, Axis axis = Axis.horizontal, Color? color, Color? sectionDividerColor, double? sectionDividerSpace, double? toolbarSize})
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
controller QuillController
final
customButtons List<QuillToolbarCustomButtonOptions>
List of custom buttons
final
decoration Decoration?
The decoration to use for the toolbar.
finalinherited
dialogTheme QuillDialogTheme?
The theme to use for the theming of the LinkDialog(), shown when embedding an image, for example
final
embedButtons List<EmbedButtonBuilder>?
Toolbar items to display for controls of embed blocks
final
fontFamilyValues Map<String, String>?
final
fontSizesValues Map<String, String>?
By default it will be
final
hashCode int
The hash code for this object.
no setterinherited
headerStyleType HeaderStyleType
Defines which dialog is used for applying header attribute.
final
linkDialogAction LinkDialogAction?
finalinherited
linkStyleType LinkStyleType
Defines which dialog is used for applying link attribute.
final
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
showAlignmentButtons bool
final
showBackgroundColorButton bool
final
showBoldButton bool
final
showCenterAlignment bool
final
showClearFormat bool
final
showClipboardCopy bool
final
showClipboardCut bool
final
showClipboardPaste bool
final
showCodeBlock bool
final
showColorButton bool
final
showDirection bool
final
showDividers bool
final
showFontFamily bool
final
showFontSize bool
final
showHeaderStyle bool
final
showIndent bool
final
showInlineCode bool
final
showItalicButton bool
final
showJustifyAlignment bool
final
showLeftAlignment bool
final
final
showListBullets bool
final
showListCheck bool
final
showListNumbers bool
final
showQuote bool
final
showRedo bool
final
showRightAlignment bool
final
showSearchButton bool
final
showSmallButton bool
final
showStrikeThrough bool
final
showSubscript bool
final
showSuperscript bool
final
showUnderLineButton bool
final
showUndo bool
final
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
The toolbar size, by default it will be baseButtonOptions.iconSize * 2
no setter

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