AtomicLoader constructor
const
AtomicLoader({
- Key? key,
- AtomicLoaderSize size = AtomicLoaderSize.medium,
- Color? color,
- double? strokeWidth,
- double? value,
Implementation
const AtomicLoader({
super.key,
this.size = AtomicLoaderSize.medium,
this.color,
this.strokeWidth,
this.value,
});