AtomicLoader constructor

const AtomicLoader({
  1. Key? key,
  2. AtomicLoaderSize size = AtomicLoaderSize.medium,
  3. Color? color,
  4. double? strokeWidth,
  5. double? value,
})

Implementation

const AtomicLoader({
  super.key,
  this.size = AtomicLoaderSize.medium,
  this.color,
  this.strokeWidth,
  this.value,
});