observeGesture property

Stream<GestureEvent> observeGesture

Receives events when a gesture is recognized. Use this event to eventually stop automatically moving the map

Implementation

Stream<GestureEvent> get observeGesture => _injectGesture.stream;