ZoomControlsConfig constructor

const ZoomControlsConfig({
  1. Widget? zoomInIcon,
  2. Widget? zoomOutIcon,
  3. Color? buttonBackgroundColor,
  4. Color? textColor,
  5. double? buttonWidth,
  6. double? zoomControlsHeight,
  7. EdgeInsets? padding,
})

Implementation

const ZoomControlsConfig({
  this.zoomInIcon,
  this.zoomOutIcon,
  this.buttonBackgroundColor,
  this.textColor,
  this.buttonWidth,
  this.zoomControlsHeight,
  this.padding,
});