sunBasePaint property
SunBasePaint will draw the gradient base/surface of the sun
Implementation
final Paint sunBasePaint = Paint()..filterQuality = FilterQuality.low;
SunBasePaint will draw the gradient base/surface of the sun
final Paint sunBasePaint = Paint()..filterQuality = FilterQuality.low;