HighchartsDefsOptions constructor

HighchartsDefsOptions({
  1. HighchartsDefsArrowOptions? arrow,
  2. HighchartsDefsReverseArrowOptions? reverseArrow,
})

Options for configuring markers for annotations.

API Docs: https://api.highcharts.com/highcharts/defs

Implementation

HighchartsDefsOptions({this.arrow, this.reverseArrow});