CircularProgressIndicator constructor
CircularProgressIndicator({})
Implementation
CircularProgressIndicator({
this.value,
this.color,
this.interval = const Duration(milliseconds: 90),
this.active = true,
super.key,
});