MapView constructor
- Key? key,
- required String mapboxAccessToken,
- required String mapboxStyleUrl,
- VoidCallback? onMapCreated,
//////////// ////////////
Implementation
// II.B - Constructor
///////////////
const MapView({
super.key,
required this.mapboxAccessToken,
required this.mapboxStyleUrl,
this.onMapCreated,
});