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
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