AnimatedWidgetBuilderData class

Additional information to build a specific item of the list.

Constructors

AnimatedWidgetBuilderData(Animation<double> animation, {bool measuring = false, bool dragging = false, Object? slot, bool moving = false})
const

Properties

animation Animation<double>
The main animation used by dismssing of incoming items. The value 0.0 indicates that the item is totally dismissed, whereas 1.0 indicates the item is totally income.
final
dragging bool
If true it indicates that this item is the one dragged during a reorder.
final
hashCode int
The hash code for this object.
no setterinherited
measuring bool
If true it indicates that this item is going to be built just to measure it. You can check this attribute in order to build am equivalent lighter widget (which is the same size as the original).
final
moving bool
If true it indicates that this item is moving whitin a pop up.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slot Object?
The slot value you have returned from your AnimatedListReorderModel.
final

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