outlineMainPaint property
The paint object used to draw the outline of the chart area.
Implementation
final outlineMainPaint = Paint()
..strokeWidth = 2
..style = PaintingStyle.stroke
..color = AppColors.accentColor;
The paint object used to draw the outline of the chart area.
final outlineMainPaint = Paint()
..strokeWidth = 2
..style = PaintingStyle.stroke
..color = AppColors.accentColor;