CircleRotatingDotsLoader constructor
const
CircleRotatingDotsLoader({})
Implementation
const CircleRotatingDotsLoader({
super.key,
this.size = 48,
this.color = Colors.white,
this.dotColor = const Color(0xFFFF3D00),
this.dotSize = 6.0,
this.duration = 1000,
}) : assert(size > 0 && dotSize > 0 && duration > 0);