Position enum
Position options: top, bottom, left, right, right_top, right_bottom, left_top, left_bottom, center
Values
- top → const Position
-
const Position('top') - bottom → const Position
-
const Position('bottom') - left → const Position
-
const Position('left') - right → const Position
-
const Position('right') - right_top → const Position
-
const Position('right_top') - right_bottom → const Position
-
const Position('right_bottom') - left_top → const Position
-
const Position('left_top') - left_bottom → const Position
-
const Position('left_bottom') - center → const Position
-
const Position('center')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
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