HighchartsMapPointSeriesDataLabelsOptions constructor

HighchartsMapPointSeriesDataLabelsOptions({
  1. bool? crop,
  2. bool? defer,
  3. bool? enabled,
  4. bool? overflow,
  5. HighchartsMapPointSeriesDataLabelsStyleOptions? style,
})

Highcharts Options Widget.

Implementation

HighchartsMapPointSeriesDataLabelsOptions(
    {this.crop, this.defer, this.enabled, this.overflow, this.style});