GestureDetails class
Constructors
- GestureDetails({Offset? offset, double? totalScale, GestureDetails? gestureDetails, ActionType actionType = ActionType.pan, bool userOffset = true})
Properties
- actionType → ActionType
-
final
- boundary → Boundary
-
no setter
- computeHorizontalBoundary → bool
-
no setter
- computeVerticalBoundary → bool
-
no setter
- destinationRect ↔ Rect?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- initialAlignment ↔ InitialAlignment?
-
getter/setter pair
- layoutRect ↔ Rect?
-
getter/setter pair
- offset ↔ Offset?
-
scale center delta
getter/setter pair
- rawDestinationRect ↔ Rect?
-
from
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slidePageOffset ↔ Offset?
-
slide page offset
getter/setter pair
- totalScale → double?
-
total scale of image
final
- userOffset → bool
-
final
Methods
-
calculateFinalDestinationRect(
Rect layoutRect, Rect destinationRect) → Rect -
movePage(
Offset delta, Axis axis) → bool -
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 ==(
dynamic other) → bool -
The equality operator.
override