ArcaneLoader constructor

const ArcaneLoader({
  1. String size = '32px',
  2. String color = '#10B981',
  3. String strokeWidth = '3px',
})

Implementation

const ArcaneLoader({
  this.size = '32px',
  this.color = '#10B981',
  this.strokeWidth = '3px',
});