DragItem class
Constructors
- DragItem({required DataProviderHandle dataProvider, required TargetedWidgetSnapshot image, required TargetedWidgetSnapshot? liftImage, Object? localData})
Properties
- dataProvider → DataProviderHandle
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ TargetedWidgetSnapshot
-
Image used while dragging
getter/setter pair
- liftImage ↔ TargetedWidgetSnapshot?
-
If specified this image will be used for lift animation on iOS and Android.
getter/setter pair
- localData → Object?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disposeImages(
) → void -
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