HighchartsDefsReverseArrowAttributesOptions constructor

HighchartsDefsReverseArrowAttributesOptions({
  1. String? id,
  2. double? markerHeight,
  3. double? markerWidth,
  4. double? refX,
  5. double? refY,
})

Highcharts Options Widget.

Implementation

HighchartsDefsReverseArrowAttributesOptions(
    {this.id, this.markerHeight, this.markerWidth, this.refX, this.refY});