HighchartsMapSeriesDataLabelsOptions constructor

HighchartsMapSeriesDataLabelsOptions({
  1. bool? crop,
  2. bool? inside,
  3. bool? overflow,
  4. double? padding,
  5. String? verticalAlign,
})

Highcharts Options Widget.

Implementation

HighchartsMapSeriesDataLabelsOptions(
    {this.crop,
    this.inside,
    this.overflow,
    this.padding,
    this.verticalAlign});