PressableDoughReleaseDetails class
Details for a PressableDoughReleaseCallback.
- Annotations
Constructors
- PressableDoughReleaseDetails.new({required Offset delta, required Offset position})
-
Creates a PressableDoughReleaseDetails.
const
Properties
- delta → Offset
-
How far the dough was dragged before it was released.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- position → Offset
-
The global position of where the user released their hold on dough.
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