FitBoundsOptions constructor

const FitBoundsOptions({
  1. EdgeInsets padding = EdgeInsets.zero,
  2. double maxZoom = 17.0,
  3. double? zoom,
  4. bool inside = false,
})

Implementation

const FitBoundsOptions({
  this.padding = EdgeInsets.zero,
  this.maxZoom = 17.0,
  this.zoom,
  this.inside = false,
});