fillPaint property
The paint object used to fill the chart area.
Implementation
final fillPaint = Paint()..color = AppColors.textColor.withAlpha(50);
The paint object used to fill the chart area.
final fillPaint = Paint()..color = AppColors.textColor.withAlpha(50);