ColorfulDotsLoader constructor
const
ColorfulDotsLoader({})
Implementation
const ColorfulDotsLoader({
super.key,
required this.colors,
this.duration = 1500,
this.loadingColor = Colors.white,
this.dotSize = 27,
this.borderColor = Colors.white,
this.height = 40,
this.width = 260,
this.fontSize = 20,
}) : assert(duration > 0 && dotSize > 0 && height > 0 && width > 0,
'Duration, dot size, height, and width must be greater than 0');