MapEventFlingAnimationNotStarted constructor

const MapEventFlingAnimationNotStarted({
  1. required MapEventSource source,
  2. required MapCamera camera,
})

Create a new map event that for when the performed fling gesture had not enough velocity to cause a fling animation.

Implementation

const MapEventFlingAnimationNotStarted({
  required super.source,
  required super.camera,
});