HighchartsTreegraphSeriesCollapseButtonOptions constructor
HighchartsTreegraphSeriesCollapseButtonOptions({})
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});