OnTouchEventListener mixin

Properties

hashCode int
The hash code for this object.
no setterinherited
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
onDoubleTapUp(double x, double y) → void
onDragEnd(double x, double y) → void
onDragStart(double x, double y) → void
onDragUpdate(double x, double y) → void
onMoveEnd(double x, double y) → void
onMoveStart(double x, double y) → void
onMoveUpdate(double x, double y) → void
onScaleEnd(double x, double y) → void
onScaleStart(double x, double y) → void
onScaleUpdate(double x, double y) → void
onSingleTapUp(double x, double y) → void
onTapDown(double x, double y) → void
toString() String
A string representation of this object.
inherited
valueType() TouchValueType

Operators

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