AnimatedListReorderModel class

A callback function-based version of AnimatedListBaseReorderModel.

Inheritance

Constructors

AnimatedListReorderModel({bool onReorderStart(int index, double dx, double dy)?, Object? onReorderFeedback(int index, int dropIndex, double offset, double dx, double dy)?, bool onReorderMove(int index, int dropIndex)?, bool onReorderComplete(int index, int dropIndex, Object? slot)?})
const

Properties

hashCode int
The hash code for this object.
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
onReorderComplete(int index, int dropIndex, Object? slot) bool
override
onReorderFeedback(int index, int dropIndex, double offset, double dx, double dy) Object?
override
onReorderMove(int index, int dropIndex) bool
override
onReorderStart(int index, double dx, double dy) bool
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited