TouchInit class

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

Constructors

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

Properties

altitudeAngle num?

Available on TouchInit, provided by the TouchInit$Typings extension

getter/setter pair
azimuthAngle num?

Available on TouchInit, provided by the TouchInit$Typings extension

getter/setter pair
clientX num?

Available on TouchInit, provided by the TouchInit$Typings extension

getter/setter pair
clientY num?

Available on TouchInit, provided by the TouchInit$Typings extension

getter/setter pair
force num?

Available on TouchInit, provided by the TouchInit$Typings extension

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

Available on TouchInit, provided by the TouchInit$Typings extension

getter/setter pair
pageX num?

Available on TouchInit, provided by the TouchInit$Typings extension

getter/setter pair
pageY num?

Available on TouchInit, provided by the TouchInit$Typings extension

getter/setter pair
radiusX num?

Available on TouchInit, provided by the TouchInit$Typings extension

getter/setter pair
radiusY num?

Available on TouchInit, provided by the TouchInit$Typings extension

getter/setter pair
rotationAngle num?

Available on TouchInit, provided by the TouchInit$Typings extension

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

Available on TouchInit, provided by the TouchInit$Typings extension

getter/setter pair
screenY num?

Available on TouchInit, provided by the TouchInit$Typings extension

getter/setter pair
target EventTarget

Available on TouchInit, provided by the TouchInit$Typings extension

getter/setter pair
touchType TouchType?

Available on TouchInit, provided by the TouchInit$Typings 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