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