HighchartsNavigatorHandlesOptions constructor

HighchartsNavigatorHandlesOptions({
  1. String? backgroundColor,
  2. String? borderColor,
  3. double? borderRadius,
  4. bool? enabled,
  5. double? height,
  6. double? lineWidth,
  7. List<String>? symbols,
  8. double? width,
})

Options for the handles for dragging the zoomed area.

API Docs: https://api.highcharts.com/highcharts/navigator.handles

Implementation

HighchartsNavigatorHandlesOptions(
    {this.backgroundColor,
    this.borderColor,
    this.borderRadius,
    this.enabled,
    this.height,
    this.lineWidth,
    this.symbols,
    this.width});