StackedType enum
Values
- above → const StackedType
-
The new stacked item will be displayed above the previous stacked item
- below → const StackedType
-
The new stacked item will be displayed below the previous stacked item
- same → const StackedType
-
The new stacked item will be displayed with the same position as the previous stacked item
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<
StackedType> - A constant List of the values in this enum, in order of their declaration.