HighchartsMapNavigationButtonOptions constructor

HighchartsMapNavigationButtonOptions({
  1. String? align,
  2. String? alignTo,
  3. double? height,
  4. double? padding,
  5. Map<String, String>? style,
  6. String? theme,
  7. String? verticalAlign,
  8. double? width,
  9. double? x,
})

General options for the map navigation buttons. Individual options can be given from the mapNavigation.buttons option set.

API Docs: https://api.highcharts.com/highcharts/mapNavigation.buttonOptions

Implementation

HighchartsMapNavigationButtonOptions(
    {this.align,
    this.alignTo,
    this.height,
    this.padding,
    this.style,
    this.theme,
    this.verticalAlign,
    this.width,
    this.x});