MapScreen constructor
const
MapScreen({})
Creates a MapScreen instance with the given custom styling and assets.
Implementation
const MapScreen({
super.key,
required this.customMarkerPath,
required this.customMidMarkerPath,
this.boundaryLineColor,
this.fillColor,
});