IndicatorAlignment enum

Inheritance

Constructors

IndicatorAlignment(Alignment alignment)
const

Values

topLeft → const IndicatorAlignment
const IndicatorAlignment(Alignment(-1.0, -1.0))
topCenter → const IndicatorAlignment
const IndicatorAlignment(Alignment(0.0, -1.0))
topRight → const IndicatorAlignment
const IndicatorAlignment(Alignment(1.0, -1.0))
centerLeft → const IndicatorAlignment
const IndicatorAlignment(Alignment(-1.0, 0.0))
center → const IndicatorAlignment
const IndicatorAlignment(Alignment(0.0, 0.0))
centerRight → const IndicatorAlignment
const IndicatorAlignment(Alignment(1.0, 0.0))
bottomLeft → const IndicatorAlignment
const IndicatorAlignment(Alignment(-1.0, 1.0))
bottomCenter → const IndicatorAlignment
const IndicatorAlignment(Alignment(0.0, 1.0))
bottomRight → const IndicatorAlignment
const IndicatorAlignment(Alignment(1.0, 1.0))
beforHeader → const IndicatorAlignment
const IndicatorAlignment(Alignment(0.0, 0.0))
afterHeader → const IndicatorAlignment
const IndicatorAlignment(Alignment(0.0, 0.0))
beforeFooter → const IndicatorAlignment
const IndicatorAlignment(Alignment(0.0, 0.0))
afterFooter → const IndicatorAlignment
const IndicatorAlignment(Alignment(0.0, 0.0))

Properties

alignment Alignment
final
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

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<IndicatorAlignment>
A constant List of the values in this enum, in order of their declaration.