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