HighchartsYAxisLabelsSymbolOptions constructor

HighchartsYAxisLabelsSymbolOptions({
  1. double? height,
  2. String? type,
  3. double? width,
  4. double? x,
  5. double? y,
})

The symbol for the collapse and expand icon in a treegrid.

API Docs: https://api.highcharts.com/gantt/yAxis.labels.symbol

Implementation

HighchartsYAxisLabelsSymbolOptions(
    {this.height, this.type, this.width, this.x, this.y});