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