MapEventFlingAnimationEnd constructor

MapEventFlingAnimationEnd(
  1. {required MapEventSource source,
  2. required LatLng center,
  3. required double zoom}
)

Implementation

MapEventFlingAnimationEnd(
    {required MapEventSource source,
    required LatLng center,
    required double zoom})
    : super(source: source, center: center, zoom: zoom);