HighchartsAnnotationsControlPointStyleOptions constructor

HighchartsAnnotationsControlPointStyleOptions({
  1. String? cursor,
  2. String? fill,
  3. String? stroke,
  4. double? strokeWidth,
})

Highcharts Options Widget.

Implementation

HighchartsAnnotationsControlPointStyleOptions(
    {this.cursor, this.fill, this.stroke, this.strokeWidth});