Dragging class
A parameter class that pertains to PLayer
s and their parallax animation
during an active drag or pointer hover event.
Constructors
Properties
- curve → Curve
-
The
Curve
of the animation that takes place when pointer or sensors data events occur, and so when the widget transforms under the pointer.final - duration → Duration
-
The
Duration
of the animation that takes place when pointer or sensors data events occur, and so when the widget transforms under the pointer.final - hashCode → int
-
The hash code for this object.
no setterinherited
- resets → bool
-
Whether
PLayer
s within anXL.layers
stack should reset to their default position when the pointer leaves their hover region.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