DepthOrder enum

The order in which items are displayed (back to front) in CustomCarousel.

Inheritance

Constructors

DepthOrder()
const

Values

forward → const DepthOrder

Items are displayed in the order they appear in children. That is, items earlier in the list are drawn behind items later in the list.

reverse → const DepthOrder

Items are displayed in the reverse of the order they appear in children. That is, items earlier in the list are drawn in front of items later in the list.

selectedInFront → const DepthOrder

Items closer to the selected item in children are drawn in front of items further from the selected item. The selected item is always in the front.

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