ButtonType enum

Returns the type of button pressed in the onButtonPressed function

Inheritance

Constructors

ButtonType()
const

Values

style → const ButtonType
bold → const ButtonType
italic → const ButtonType
underline → const ButtonType
clearFormatting → const ButtonType
strikethrough → const ButtonType
superscript → const ButtonType
subscript → const ButtonType
foregroundColor → const ButtonType
highlightColor → const ButtonType
ul → const ButtonType
ol → const ButtonType
alignLeft → const ButtonType
alignCenter → const ButtonType
alignRight → const ButtonType
alignJustify → const ButtonType
increaseIndent → const ButtonType
decreaseIndent → const ButtonType
ltr → const ButtonType
rtl → const ButtonType
picture → const ButtonType
audio → const ButtonType
video → const ButtonType
otherFile → const ButtonType
table → const ButtonType
hr → const ButtonType
fullscreen → const ButtonType
codeview → const ButtonType
undo → const ButtonType
redo → const ButtonType
help → const ButtonType
copy → const ButtonType
paste → const ButtonType

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<ButtonType>
A constant List of the values in this enum, in order of their declaration.