SpiralLoader constructor
const
SpiralLoader({})
Implementation
const SpiralLoader({
super.key,
this.size = 150,
this.color = Colors.red,
this.radius = 25,
this.duration = 1000,
this.spiralLength = 360,
}) : assert(radius >= 0 && size >= 0 && duration >= 0 && spiralLength >= 0);