DotsLoaderView constructor
const
DotsLoaderView({})
Implementation
const DotsLoaderView({
super.key,
this.dotCount = 4,
this.dotSize = 10.0,
this.duration = const Duration(milliseconds: 800),
this.dotColor = Colors.white,
});