DotsProgressLoader constructor
const
DotsProgressLoader({})
Implementation
const DotsProgressLoader(
{super.key,
this.initialColor = Colors.grey,
this.secondColor = Colors.white,
this.duration = 2,
this.size = 17})
: assert(size > 0 && duration > 0,
'Size and duration should be greater than 0');