MapGestureMixin class abstract

list of methods to implements by MapGestureDetector

Constructors

MapGestureMixin()

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
onDoubleTap(TapPosition tapPosition) → void
When user double tap on this widget
onLongPress(TapPosition position) → void
When user long press on this widget
onScaleEnd(ScaleEndDetails details) → void
When it's stop scaling
onScaleStart(ScaleStartDetails details) → void
When it's starting to scale
onScaleUpdate(ScaleUpdateDetails details) → void
When it's scaling
onTap(TapPosition position) → void
When user tap on this widget
onTapUp(TapUpDetails details) → void
When user stop touching this widget
toString() String
A string representation of this object.
inherited

Operators

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