TickConfig constructor
const
TickConfig({})
Creates a tick configuration.
Implementation
const TickConfig({
this.tickLength = 6,
this.tickPadding = 3,
this.tickStrokeWidth = 1,
this.tickColor = const Color(0xFF000000),
});