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