HighchartsTreegraphSeriesCollapseButtonOptions constructor

HighchartsTreegraphSeriesCollapseButtonOptions({
  1. bool? enabled,
  2. double? height,
  3. double? lineWidth,
  4. bool? onlyOnHover,
  5. String? shape,
  6. HighchartsTreegraphSeriesCollapseButtonStyleOptions? style,
  7. double? width,
  8. double? x,
  9. double? y,
})

Options applied to collapse Button. The collape button is the small button which indicates, that the node is collapsable.

API Docs: https://api.highcharts.com/highcharts/series.treegraph.collapseButton

Implementation

HighchartsTreegraphSeriesCollapseButtonOptions(
    {this.enabled,
    this.height,
    this.lineWidth,
    this.onlyOnHover,
    this.shape,
    this.style,
    this.width,
    this.x,
    this.y});