flingNotStarted method
To be called when a fling gesture does not start.
Implementation
void flingNotStarted(MapEventSource source) {
_emitMapEvent(
MapEventFlingAnimationNotStarted(
camera: camera,
source: source,
),
);
}
To be called when a fling gesture does not start.
void flingNotStarted(MapEventSource source) {
_emitMapEvent(
MapEventFlingAnimationNotStarted(
camera: camera,
source: source,
),
);
}