TimelineAlign enum

The alignment used on the TimelineTile.

Inheritance

Constructors

TimelineAlign()
const

Values

start → const TimelineAlign

Automatically align the line to the start according to TimelineAxis, only the (TimelineTile.rightChild) will be available.

end → const TimelineAlign

Automatically align the line to the end according to TimelineAxis, only the (TimelineTile.leftChild) will be available.

center → const TimelineAlign

Automatically align the line to the center, both (TimelineTile.leftChild) and (TimelineTile.rightChild) will be available.

manual → const TimelineAlign

Indicates that the line will be aligned manually and must be used with (TimelineTile.lineX), both (TimelineTile.leftChild) and (TimelineTile.rightChild) will be available depending on the free space.

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

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