HighchartsTitleOptions constructor

HighchartsTitleOptions({
  1. String? align,
  2. bool? floating,
  3. double? margin,
  4. double? minScale,
  5. HighchartsTitleStyleOptions? style,
  6. String? text,
  7. bool? useHTML,
  8. String? verticalAlign,
  9. double? x,
  10. double? y,
})

The chart's main title.

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

Implementation

HighchartsTitleOptions(
    {this.align,
    this.floating,
    this.margin,
    this.minScale,
    this.style,
    this.text,
    this.useHTML,
    this.verticalAlign,
    this.x,
    this.y});