axisPaint property

Paint axisPaint
final

The paint to use on the axis.

Implementation

final axisPaint = Paint()
  ..color = Colors.red
  ..style = PaintingStyle.stroke
  ..strokeWidth = 0.5;