Position enum

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

Inheritance
Available extensions

Values

top → const Position
const Position('top')
bottom → const Position
const Position('bottom')
left → const Position
const Position('left')
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
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<Position>
A constant List of the values in this enum, in order of their declaration.