SlidingDotsLoader constructor
const
SlidingDotsLoader({})
Implementation
const SlidingDotsLoader(
{super.key, this.duration = 3, this.size = 10, this.color = Colors.white})
: assert(size > 0 && duration > 0,
'Size and duration must be greater than 0');