AxisLabelInfo constructor

const AxisLabelInfo({
  1. String title = '',
  2. TextStyle? titleTextStyle,
  3. bool showLabels = false,
  4. TextStyle? labelTextStyle,
  5. double? labelInterval,
})

Implementation

const AxisLabelInfo({
  this.title = '',
  this.titleTextStyle,
  this.showLabels = false,
  this.labelTextStyle,
  this.labelInterval,
});