DotsLoader constructor

const DotsLoader({
  1. String color = '#10B981',
  2. String dotSize = '8px',
})

Implementation

const DotsLoader({
  this.color = '#10B981',
  this.dotSize = '8px',
});