StackedType enum

Inheritance

Constructors

StackedType()
const

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

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