FitBoundsOptions constructor
const
FitBoundsOptions({
- EdgeInsets padding = const EdgeInsets.all(0.0),
- double maxZoom = 17.0,
- double? zoom,
Implementation
const FitBoundsOptions({
this.padding = const EdgeInsets.all(0.0),
this.maxZoom = 17.0,
this.zoom,
});