axisLine property

Paint get axisLine

Implementation

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