fillPaint property

Paint fillPaint
final

The paint object used to fill the chart area.

Implementation

final fillPaint = Paint()..color = AppColors.textColor.withAlpha(50);