QuillToolbarOption enum

toolbar options Enum representing the various options available in the Quill toolbar.

Inheritance
Available extensions

Values

undo → const QuillToolbarOption

Option to undo the last action.

redo → const QuillToolbarOption

Option to redo the last undone action.

bold → const QuillToolbarOption

Option to apply bold formatting to the selected text.

italic → const QuillToolbarOption

Option to apply italic formatting to the selected text.

underline → const QuillToolbarOption

Option to apply underline formatting to the selected text.

strikeThrough → const QuillToolbarOption

Option to apply strikethrough formatting to the selected text.

smallButton → const QuillToolbarOption

Option to show a small button on the toolbar.

textColor → const QuillToolbarOption

Option to change the color of the selected text.

backgroundColor → const QuillToolbarOption

Option to change the background color of the selected text.

clearFormat → const QuillToolbarOption

Option to clear all formatting from the selected text.

inlineCode → const QuillToolbarOption

Option to apply inline code formatting to the selected text.

headers → const QuillToolbarOption

Option to apply header styles to the selected text.

numberList → const QuillToolbarOption

Option to create a numbered list.

bullets → const QuillToolbarOption

Option to create a bulleted list.

checkBox → const QuillToolbarOption

Option to add a checkbox to the text.

codeBlock → const QuillToolbarOption

Option to create a code block.

quotes → const QuillToolbarOption

Option to apply blockquote formatting to the selected text.

Option to add a hyperlink to the selected text.

subscript → const QuillToolbarOption

Option to apply subscript formatting to the selected text.

superscript → const QuillToolbarOption

Option to apply superscript formatting to the selected text.

small → const QuillToolbarOption

Option to apply small text formatting to the selected text.

color → const QuillToolbarOption

Option to change the text color.

centerAlignment → const QuillToolbarOption

Option to align the text to the center.

leftAlignment → const QuillToolbarOption

Option to align the text to the left.

rightAlignment → const QuillToolbarOption

Option to align the text to the right.

justifyAlignment → const QuillToolbarOption

Option to justify the text alignment.

direction → const QuillToolbarOption

Option to change the text direction.

headerStyle → const QuillToolbarOption

Option to apply header styles to the selected text.

indentIncrease → const QuillToolbarOption

Option to increase the indentation of the selected text.

indentDecrease → const QuillToolbarOption

Option to decrease the indentation of the selected text.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<QuillToolbarOption>
A constant List of the values in this enum, in order of their declaration.