TPosition enum
Position options: top, bottom, left, right, right_top, right_bottom, left_top, left_bottom, center
Values
- top → const TPosition
-
const TPosition('top')
- bottom → const TPosition
-
const TPosition('bottom')
- left → const TPosition
-
const TPosition('left')
- right → const TPosition
-
const TPosition('right')
- rightTop → const TPosition
-
const TPosition('right_top')
- rightBottom → const TPosition
-
const TPosition('right_bottom')
- leftTop → const TPosition
-
const TPosition('left_top')
- leftBottom → const TPosition
-
const TPosition('left_bottom')
- center → const TPosition
-
const TPosition('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