TransitionType enum

Inheritance

Constructors

TransitionType()
const

Values

LEFT_TO_RIGHT → const TransitionType
RIGHT_TO_LEFT → const TransitionType
TOP_TO_BOTTOM → const TransitionType
BOTTOM_TO_TOP → const TransitionType
CENTER_LR_IN → const TransitionType
CENTER_TB_IN → const TransitionType
CENTER_LR_OUT → const TransitionType
CENTER_TB_OUT → const TransitionType
LEFT_TOP_ROUNDER → const TransitionType
LEFT_CENTER_ROUNDER → const TransitionType
LEFT_BOTTOM_ROUNDER → const TransitionType
RIGHT_BOTTOM_ROUNDER → const TransitionType
RIGHT_TOP_ROUNDER → const TransitionType
RIGHT_CENTER_ROUNDER → const TransitionType
TOP_CENTER_ROUNDER → const TransitionType
BOTTOM_CENTER_ROUNDER → const TransitionType
CENTER_ROUNDER → const TransitionType

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