RenderCircularProgressIndicator constructor
RenderCircularProgressIndicator({})
Creates a RenderCircularProgressIndicator.
Implementation
RenderCircularProgressIndicator({
required this.frame,
required Color color,
Color? backgroundColor,
this.label,
}) : _color = color,
_backgroundColor = backgroundColor;