LegendTitle constructor
      const
      LegendTitle({ 
    
- String? text,
- TextStyle? textStyle,
- ChartAlignment alignment = ChartAlignment.center,
Creating an argument constructor of LegendTitle class.
Implementation
const LegendTitle({
  this.text,
  this.textStyle,
  this.alignment = ChartAlignment.center,
});