tickLine property
Paint
get
tickLine
Implementation
Paint get tickLine => Paint()
..color = Theme.of(context).colorScheme.onSurface.withOpacity(0.6)
..strokeWidth = 1.0
..style = PaintingStyle.stroke;