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