ToolbarPosition enum
Manages the position of the toolbar, whether above or below the editor custom - removes the toolbar. This is useful when you want to implement the toolbar in a custom location using ToolbarWidget
Note: This is ignored when ToolbarType.summernote
is set.
Values
- aboveEditor → const ToolbarPosition
- belowEditor → const ToolbarPosition
- custom → const ToolbarPosition
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<
ToolbarPosition> - A constant List of the values in this enum, in order of their declaration.