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