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
Values
- dragging → const UpdateType
- doneDragging → const UpdateType
- animating → const UpdateType
- doneAnimating → const UpdateType
Properties
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.