CircularProgressIndicator constructor
const
CircularProgressIndicator({})
Implementation
const CircularProgressIndicator({
super.key,
this.value,
this.size,
this.duration = kDefaultDuration,
this.animated = true,
this.onSurface = false,
});