SunshineLoader constructor
const
SunshineLoader({})
Implementation
const SunshineLoader(
{super.key,
this.size = 150,
this.color = Colors.red,
this.radius = 25,
this.speed = 1,
this.numRays = 16,
this.duration = 1000})
: assert(
radius > 0 && size > 0 && duration > 0 && numRays > 0 && speed > 0);