FitBoundsOptions constructor

const FitBoundsOptions({
  1. EdgeInsets padding = const EdgeInsets.all(12.0),
  2. double maxZoom = maxZoomDef,
  3. double zoom = zoomDef,
})

Implementation

const FitBoundsOptions({
  this.padding = const EdgeInsets.all(12.0),
  this.maxZoom = maxZoomDef,
  this.zoom = zoomDef,
});