sunGradient property

RadialGradient sunGradient

sunGradient = The sunBase is painted with this gradient. It's set to give a soft warm glow around the edges

Implementation

RadialGradient get sunGradient => RadialGradient(
    center: Alignment.center,
    radius: 0.5,
    colors: [Colors.white, Colors.deepOrange.withOpacity(0)],
    stops: const [0.985, 1]);