AxisLabel constructor

AxisLabel({
  1. String? formatter,
  2. bool show = true,
  3. ChartTextStyle? textStyle,
})

Implementation

AxisLabel({this.formatter, this.show = true, this.textStyle});