HighchartsMapLineSeriesDataLabelsOptions constructor

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

Highcharts Options Widget.

Implementation

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