MapViewModel constructor
MapViewModel({})
Creates a MapViewModel with optional custom boundary and fill colors.
Implementation
MapViewModel({
required this.customMarkerPath,
required this.customMidMarkerPath,
this.boundaryLineColor = Colors.green,
this.fillColor = const Color.fromARGB(77, 0, 255, 0),
});