CircularProgressIndicator constructor
const
CircularProgressIndicator({})
Implementation
const CircularProgressIndicator({
super.key,
this.color,
this.backgroundColor,
this.label,
this.speed = const Duration(milliseconds: 80),
this.frames,
});