ScaleUpdateDetailsIns class

Inheritance
Implemented types

Constructors

ScaleUpdateDetailsIns(Offset focalPoint, Offset localFocalPoint, double scale, double horizontalScale, double verticalScale, double rotation, int pointerCount, Offset focalPointDelta)

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
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
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

debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
get(Token name) → Object?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) → String
A string representation of this object.
inherited
toStringShort() → String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited