ZoomRange constructor

ZoomRange({
  1. double? minZoom,
  2. double? maxZoom,
})

Implementation

ZoomRange({
  this.minZoom,
  this.maxZoom,
});