OSMViewer constructor
const
OSMViewer({
- Key? key,
- required SimpleMapController controller,
- ZoomOption zoomOption = const ZoomOption(),
Implementation
const OSMViewer({
super.key,
required this.controller,
this.zoomOption = const ZoomOption(),
});