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