ContentsAlign enum

How a contents displayed be into timeline.

See also:

Inheritance

Constructors

ContentsAlign()
const

Values

basic → const ContentsAlign

The contents aligned end of timeline. And the opposite contents aligned start of timeline.

Example:

opposite contents  |  contents
opposite contents  |  contents
opposite contents  |  contents
reverse → const ContentsAlign

The contents aligned start of timeline. And the opposite contents aligned end of timeline.

Example:

contents  |  opposite contents
contents  |  opposite contents
contents  |  opposite contents
alternating → const ContentsAlign

The contents and opposite contents displayed alternating.

Example:

         contents  |  opposite contents
opposite contents  |  contents
         contents  |  opposite contents
opposite contents  |  contents
         contents  |  opposite contents

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