DragConfiguration class

Constructors

DragConfiguration({required List<DragItem> items, required List<DropOperation> allowedOperations, bool animatesToStartingPositionOnCancelOrFail = true, bool prefersFullSizePreviews = false})

Properties

allowedOperations List<DropOperation>
final
animatesToStartingPositionOnCancelOrFail bool
macOS specific
final
hashCode int
The hash code for this object.
no setterinherited
items List<DragItem>
final
prefersFullSizePreviews bool
iOS specific
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() DragConfiguration
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