MyLoader constructor
const
MyLoader({})
Creates a customized loading indicator.
Implementation
const MyLoader({
super.key,
this.color,
this.size,
this.strokeWidth = 4.0,
this.value,
this.backgroundColor,
});
Creates a customized loading indicator.
const MyLoader({
super.key,
this.color,
this.size,
this.strokeWidth = 4.0,
this.value,
this.backgroundColor,
});