HighchartsGanttSeriesDataLabelsOptions constructor

HighchartsGanttSeriesDataLabelsOptions({
  1. bool? enabled,
  2. bool? inside,
  3. HighchartsGanttSeriesDataLabelsStyleOptions? style,
  4. String? verticalAlign,
})

Highcharts Options Widget.

Implementation

HighchartsGanttSeriesDataLabelsOptions(
    {this.enabled, this.inside, this.style, this.verticalAlign});