HighchartsTitleOptions constructor
      
      HighchartsTitleOptions({})
     
    
The chart's main title.
Implementation
HighchartsTitleOptions(
    {this.align,
    this.floating,
    this.margin,
    this.minScale,
    this.style,
    this.text,
    this.useHTML,
    this.verticalAlign,
    this.x,
    this.y});