SortableWrapOptions class
Options for configuring the UI/Animation
Constructors
Properties
- draggableChildBuilder ↔ Widget Function(Widget child)?
-
getter/setter pair
- draggableFeedbackBuilder ↔ Widget Function(Widget child)
-
the dragging moving view builder, typically return a widget wrap by Material
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLongPressDraggable ↔ bool
-
should long press and then become draggable
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clone(
) → SortableWrapOptions - clone a new instance
-
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