UpdateType enum

UpdateType Enum with 4 values UpdateType.dragging when user starts dragging or currently being dragging UpdateType.doneDragging when user is done with dragging UpdateType.animating when we are manually animating the Swipe using AnimatedPageDragger UpdateType.doneAnimating we are done with animating now update values like currentPage and nextPage etc.

Flow will always be UpdateType.dragging > UpdateType.doneDragging > UpdateType.animating > UpdateType.doneAnimating

Inheritance

Constructors

UpdateType()
const

Values

dragging → const UpdateType
doneDragging → const UpdateType
animating → const UpdateType
doneAnimating → const UpdateType

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