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