ToolbarType enum

Manages the way the toolbar displays: nativeGrid - a grid view (non scrollable) of all the buttons nativeScrollable - a scrollable one-line view of all the buttons nativeExpandable - has an icon to switch between grid and scrollable formats on the fly summernote - uses the default summernote buttons (no native controls and reduced feature support) //todo

Inheritance

Constructors

ToolbarType()
const

Values

nativeGrid → const ToolbarType
nativeScrollable → const ToolbarType
nativeExpandable → const ToolbarType

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