ProxyGestureListener class
Listens to all gestures and proxies to child listeners.
Constructors
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
-
add(
GestureListener listener) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onBlur(
) → bool -
onDragEnd(
Point< double> localPosition, double scale, double pixelsPerSecond) → bool -
onDragStart(
Point< double> localPosition) → bool -
onDragUpdate(
Point< double> localPosition, double scale) → bool -
onFocus(
) → bool -
onHover(
Point< double> localPosition) → bool -
onLongPress(
Point< double> localPosition) → bool -
onTap(
Point< double> localPosition) → bool -
onTapTest(
Point< double> localPosition) → bool -
remove(
GestureListener listener) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited