axisPaint property
final
The paint to use on the axis.
Implementation
final axisPaint = Paint()
..color = Colors.red
..style = PaintingStyle.stroke
..strokeWidth = 0.5;
The paint to use on the axis.
final axisPaint = Paint()
..color = Colors.red
..style = PaintingStyle.stroke
..strokeWidth = 0.5;