GestureDetails class
Constructors
- GestureDetails({Offset offset, double totalScale, GestureDetails gestureDetails, ActionType actionType = ActionType.pan, bool userOffset = true})
Properties
- actionType → ActionType
-
final
- boundary → Boundary
-
read-only
- computeHorizontalBoundary → bool
-
read-only
- computeVerticalBoundary → bool
-
read-only
- destinationRect ↔ Rect
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- initialAlignment ↔ InitialAlignment
-
read / write
- layoutRect ↔ Rect
-
read / write
- offset ↔ Offset
-
scale center delta
read / write
- rawDestinationRect ↔ Rect
-
from
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- slidePageOffset ↔ Offset
-
slide page offset
read / write
- totalScale → double
-
total scale of image
final
- userOffset → bool
-
final
Methods
-
calculateFinalDestinationRect(
Rect layoutRect, Rect destinationRect) → Rect -
movePage(
Offset delta) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
override