MapEvent constructor

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

Implementation

const MapEvent({
  required this.source,
  required this.center,
  required this.zoom,
});