IDKitStartDetails class
Zoom and move start gesture information
- Inheritance
-
- Object
- ScaleStartDetails
- IDKitStartDetails
Constructors
-
IDKitStartDetails({List<
PrePoint> points = const [], PointerDeviceKind? kind, Offset focalPoint = Offset.zero, Offset localFocalPoint = Offset.zero, int pointerCount = 0}) -
IDKitStartDetails.point(List<
PrePoint> points, PointerDeviceKind? kind, ScaleStartDetails details) -
Zoom, Rotate, Move Gesture Details
factory
Properties
- focalPoint → Offset
-
The initial focal point of the pointers in contact with the screen.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → PointerDeviceKind?
-
Types of touch screen devices.
final
- localFocalPoint → Offset
-
The initial focal point of the pointers in contact with the screen.
finalinherited
- pointerCount → int
-
The number of pointers being tracked by the gesture recognizer.
finalinherited
-
points
→ List<
PrePoint> -
Finger pressure on the screen.
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