AxisLabel constructor
AxisLabel({
- String? formatter,
- bool show = true,
- ChartTextStyle? textStyle,
Implementation
AxisLabel({this.formatter, this.show = true, this.textStyle});