OSMViewer constructor

const OSMViewer({
  1. Key? key,
  2. required SimpleMapController controller,
  3. ZoomOption zoomOption = const ZoomOption(),
})

Implementation

const OSMViewer({
  super.key,
  required this.controller,
  this.zoomOption = const ZoomOption(),
});