HighchartsMapNavigationButtonsZoomOutOptions constructor

HighchartsMapNavigationButtonsZoomOutOptions({
  1. String? onclick,
  2. dynamic text,
  3. double? y,
  4. String? align,
  5. String? alignTo,
  6. double? height,
  7. double? padding,
  8. Map<String, String>? style,
  9. String? theme,
  10. String? verticalAlign,
  11. double? width,
  12. double? x,
})

Options for the zoom out button. Properties for the zoom in and zoom out buttons are inherited from mapNavigation.buttonOptions, while individual options can be overridden. By default, the onclick, text and y options are individual.

API Docs: https://api.highcharts.com/highcharts/mapNavigation.buttons.zoomOut

Implementation

HighchartsMapNavigationButtonsZoomOutOptions(
    {this.onclick,
    this.text,
    this.y,
    this.align,
    this.alignTo,
    this.height,
    this.padding,
    this.style,
    this.theme,
    this.verticalAlign,
    this.width,
    this.x});