MapState constructor

const MapState({
  1. required MapController mapController,
})

Creates a MapState instance with the specified map controller.

Implementation

const MapState({required this.mapController});