TouchInit class

Available extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

TouchInit({required int identifier, required EventTarget target, double? clientX, double? clientY, double? screenX, double? screenY, double? pageX, double? pageY, double? radiusX, double? radiusY, double? rotationAngle, double? force, double? altitudeAngle, double? azimuthAngle, TouchType? touchType})
factory

Properties

altitudeAngle double

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
azimuthAngle double

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
clientX double

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
clientY double

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
force double

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identifier int

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
pageX double

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
pageY double

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
radiusX double

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
radiusY double

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
rotationAngle double

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenX double

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
screenY double

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
target EventTarget

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair
touchType TouchType

Available on TouchInit, provided by the PropsTouchInit extension

getter/setter pair

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