IDKitUpdateDetails class

Zoom and move update gesture information

Inheritance

Constructors

IDKitUpdateDetails({double pressure = 0, PointerDeviceKind? kind, Offset focalPoint = Offset.zero, Offset localFocalPoint = Offset.zero, Offset focalPointDelta = Offset.zero, double scale = 1.0, double horizontalScale = 1.0, double verticalScale = 1.0, double rotation = 0.0, int pointerCount = 0})
IDKitUpdateDetails.pressure(double pressure, PointerDeviceKind? kind, ScaleUpdateDetails details)
Easy to build
factory

Properties

focalPoint Offset
The focal point of the pointers in contact with the screen.
finalinherited
focalPointDelta Offset
The amount the gesture's focal point has moved in the coordinate space of the event receiver since the previous update.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
horizontalScale double
The scale implied by the average distance along the horizontal axis between the pointers in contact with the screen.
finalinherited
kind PointerDeviceKind?
Types of touch screen devices.
final
localFocalPoint Offset
The focal point of the pointers in contact with the screen.
finalinherited
pointerCount int
The number of pointers being tracked by the gesture recognizer.
finalinherited
pressure double
Finger pressure on the screen.
final
rotation double
The angle implied by the first two pointers to enter in contact with the screen.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
The scale implied by the average distance between the pointers in contact with the screen.
finalinherited
sourceTimeStamp Duration?
Recorded timestamp of the source pointer event that triggered the scale event.
finalinherited
verticalScale double
The scale implied by the average distance along the vertical axis between the pointers in contact with the screen.
finalinherited

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