RenderCircularProgressIndicator constructor
RenderCircularProgressIndicator({})
Implementation
RenderCircularProgressIndicator({
required this.frame,
required this.color,
this.backgroundColor,
this.label,
});