DotsLoader constructor

const DotsLoader({
  1. String? color,
  2. String dotSize = '8px',
  3. Key? key,
})

Implementation

const DotsLoader({
  this.color,
  this.dotSize = '8px',
  super.key,
});