FadeScaleLoader constructor
const
FadeScaleLoader({})
Implementation
const FadeScaleLoader(
{super.key, this.duration = 1, this.color = Colors.white, this.size = 60})
: assert(duration > 0 && size > 0,
'Duration and size must be greater than 0');