HighchartsDefsArrowOptions constructor

HighchartsDefsArrowOptions({
  1. HighchartsDefsArrowAttributesOptions? attributes,
  2. List? children,
  3. String? tagName,
})

Highcharts Options Widget.

Implementation

HighchartsDefsArrowOptions({this.attributes, this.children, this.tagName});