FitBoundsOptions constructor

const FitBoundsOptions({
  1. EdgeInsets padding = const EdgeInsets.all(0.0),
  2. double maxZoom = 17.0,
  3. double? zoom,
})

Implementation

const FitBoundsOptions({
  this.padding = const EdgeInsets.all(0.0),
  this.maxZoom = 17.0,
  this.zoom,
});