TPosition enum

Position options: top, bottom, left, right, right_top, right_bottom, left_top, left_bottom, center

Inheritance
Available extensions

Values

top → const TPosition
const TPosition('top')
bottom → const TPosition
const TPosition('bottom')
left → const TPosition
const TPosition('left')
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
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

Constants

values → const List<TPosition>
A constant List of the values in this enum, in order of their declaration.