FitBoundsOptions constructor

const FitBoundsOptions({
  1. EdgeInsets padding = EdgeInsets.zero,
  2. double maxZoom = 17.0,
  3. @Deprecated('This property is unused and will be removed in the next major release.') double? zoom,
  4. bool inside = false,
  5. bool forceIntegerZoomLevel = false,
})

Implementation

const FitBoundsOptions({
  this.padding = EdgeInsets.zero,
  this.maxZoom = 17.0,
  @Deprecated('This property is unused and will be removed in the next major release.')
      this.zoom,
  this.inside = false,
  this.forceIntegerZoomLevel = false,
});