QuillToolbarOption enum
toolbar options
Constructors
- QuillToolbarOption()
-
const
Values
- undo → const QuillToolbarOption
-
undo
- redo → const QuillToolbarOption
-
redo
- fontFamily → const QuillToolbarOption
-
fontFamily
- fontSize → const QuillToolbarOption
-
fontSize
- bold → const QuillToolbarOption
-
bold
- italic → const QuillToolbarOption
-
italic
- underline → const QuillToolbarOption
-
underline
- strikeThrough → const QuillToolbarOption
-
strikeThrough
- smallButton → const QuillToolbarOption
-
Show small button
- textColor → const QuillToolbarOption
-
textColor
- backgroundColor → const QuillToolbarOption
-
backgroundColor
- clearFormat → const QuillToolbarOption
-
clearFormat
- inlineCode → const QuillToolbarOption
-
inlineCode
- alignmentButtons → const QuillToolbarOption
-
alignmentButtons
- headers → const QuillToolbarOption
-
headers
- numberList → const QuillToolbarOption
-
numberList
- bullets → const QuillToolbarOption
-
bullets
- checkBox → const QuillToolbarOption
-
checkBox
- codeBlock → const QuillToolbarOption
-
codeBlock
- indentation → const QuillToolbarOption
-
indentation
- quotes → const QuillToolbarOption
-
quotes
- link → const QuillToolbarOption
-
link
Properties
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.
[undo, redo, fontFamily, fontSize, bold, italic, underline, strikeThrough, smallButton, textColor, backgroundColor, clearFormat, inlineCode, alignmentButtons, headers, numberList, bullets, checkBox, c…