RotatingLoader constructor
const
RotatingLoader({})
Implementation
const RotatingLoader(
{super.key,
this.color = Colors.white,
this.radius = 7,
this.size = 50,
this.duration = 1})
: assert(size > 0 && radius > 0 && radius < (size / 6) && duration > 0);