MapEventFlingAnimationNotStarted constructor
MapEventFlingAnimationNotStarted({
- required MapEventSource source,
- required LatLng center,
- required double zoom,
Implementation
MapEventFlingAnimationNotStarted(
{required MapEventSource source,
required LatLng center,
required double zoom})
: super(source: source, center: center, zoom: zoom);