MinorTick constructor

const MinorTick({
  1. int splitNumber = 5,
  2. bool show = true,
  3. bool inside = true,
  4. num length = 3,
  5. LineStyle lineStyle = const LineStyle(),
  6. LabelStyle labelStyle = const LabelStyle(),
  7. num labelPadding = 3,
  8. int interval = -1,
})

Implementation

const MinorTick({
  this.splitNumber=5,
  super.show,
  super.inside,
  super.length,
  super.lineStyle,
  super.labelStyle,
  super.labelPadding,
  super.interval,
});