BaseTick constructor

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

Implementation

const BaseTick({
  this.show = true,
  this.inside = true,
  this.length = 3,
  this.lineStyle = const LineStyle(),
  this.labelStyle = const LabelStyle(),
  this.labelPadding = 3,
  this.interval = -1,
  this.tickOffset = 0,
});