ArcaneLoader constructor

const ArcaneLoader({
  1. String size = '32px',
  2. String? color,
  3. String strokeWidth = '3px',
  4. Key? key,
})

Implementation

const ArcaneLoader({
  this.size = '32px',
  this.color,
  this.strokeWidth = '3px',
  super.key,
});