ChartTitle constructor
ChartTitle({})
Creating an argument constructor of ChartTitle class.
Implementation
ChartTitle(
{this.text = '',
this.textStyle,
this.alignment = ChartAlignment.center,
this.borderColor = Colors.transparent,
this.borderWidth = 0,
this.backgroundColor});