HighchartsNavigationButtonOptions constructor
HighchartsNavigationButtonOptions({
- String? align,
- double? buttonSpacing,
- bool? enabled,
- double? height,
- Map<
String, dynamic> ? symbolFill, - double? symbolSize,
- String? symbolStroke,
- double? symbolStrokeWidth,
- double? symbolX,
- double? symbolY,
- String? text,
- HighchartsNavigationButtonThemeOptions? theme,
- bool? useHTML,
- String? verticalAlign,
- double? width,
- 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});