AxisLabel constructor

const AxisLabel({
  1. bool show = true,
  2. int interval = 0,
  3. bool inside = false,
  4. double rotate = 0,
  5. double margin = 8,
  6. bool? showMinLabel,
  7. bool? showMaxLabel,
  8. bool hideOverLap = true,
  9. LabelStyle labelStyle = const LabelStyle(),
})

Implementation

const AxisLabel({
  this.show = true,
  this.interval = 0,
  this.inside = false,
  this.rotate = 0,
  this.margin = 8,
  this.showMinLabel,
  this.showMaxLabel,
  this.hideOverLap = true,
  this.labelStyle = const LabelStyle(),
});