CircularProgressIndicator constructor
const
CircularProgressIndicator({})
Creates a CircularProgressIndicator.
The speed controls how fast the spinner rotates. Override frames to
provide custom animation frames (defaults to Braille spinner characters).
Implementation
const CircularProgressIndicator({
super.key,
this.color,
this.backgroundColor,
this.label,
this.speed = const Duration(milliseconds: 80),
this.frames,
});