AppCircularProgressIndicator constructor
Implementation
const AppCircularProgressIndicator({
super.key,
this.width = 20,
this.height = 20,
this.color = ColorName.purpleMain,
this.backgroundColor = ColorName.gray100,
});
const AppCircularProgressIndicator({
super.key,
this.width = 20,
this.height = 20,
this.color = ColorName.purpleMain,
this.backgroundColor = ColorName.gray100,
});