DragConfiguration class
Initial configuration of a drag session.
Constructors
-
DragConfiguration.new({required List<
DragConfigurationItem> items, required List<DropOperation> allowedOperations, DragOptions options = const DragOptions()})
Properties
-
allowedOperations
→ List<
DropOperation> -
Allowed drop operation for this session.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
DragConfigurationItem> -
List of items in this session.
final
- options → DragOptions
-
Additional platform specific options.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited