HighchartsTreegraphSeriesStatesHoverOptions constructor

HighchartsTreegraphSeriesStatesHoverOptions({
  1. String? borderColor,
  2. double? brightness,
  3. double? opacity,
  4. bool? shadow,
  5. HighchartsSeriesStatesHoverAnimationOptions? animation,
  6. bool? enabled,
  7. double? lineWidth,
  8. double? lineWidthPlus,
  9. HighchartsSeriesStatesHoverMarkerOptions? marker,
})

Implementation

HighchartsTreegraphSeriesStatesHoverOptions(
    {this.borderColor,
    this.brightness,
    this.opacity,
    this.shadow,
    this.animation,
    this.enabled,
    this.lineWidth,
    this.lineWidthPlus,
    this.marker});