CenterZoomMap constructor
Implementation
const CenterZoomMap({
super.key,
required this.bounds,
required this.focusedPoint,
this.minZoom = 0.0,
this.maxZoom = 18.0,
required this.children,
});
const CenterZoomMap({
super.key,
required this.bounds,
required this.focusedPoint,
this.minZoom = 0.0,
this.maxZoom = 18.0,
required this.children,
});