BaseTick constructor
const
BaseTick({})
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,
});