HighchartsNavigationButtonOptions constructor

HighchartsNavigationButtonOptions({
  1. String? align,
  2. double? buttonSpacing,
  3. bool? enabled,
  4. double? height,
  5. Map<String, dynamic>? symbolFill,
  6. double? symbolSize,
  7. String? symbolStroke,
  8. double? symbolStrokeWidth,
  9. double? symbolX,
  10. double? symbolY,
  11. String? text,
  12. HighchartsNavigationButtonThemeOptions? theme,
  13. bool? useHTML,
  14. String? verticalAlign,
  15. double? width,
  16. double? y,
})

A collection of options for buttons appearing in the exporting module.

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

Implementation

HighchartsNavigationButtonOptions(
    {this.align,
    this.buttonSpacing,
    this.enabled,
    this.height,
    this.symbolFill,
    this.symbolSize,
    this.symbolStroke,
    this.symbolStrokeWidth,
    this.symbolX,
    this.symbolY,
    this.text,
    this.theme,
    this.useHTML,
    this.verticalAlign,
    this.width,
    this.y});