ZoomRange constructor

ZoomRange({
  1. double? minZoomRatio,
  2. double? maxZoomRatio,
})

Implementation

ZoomRange({
  this.minZoomRatio,
  this.maxZoomRatio,
});