RenderCircularProgressIndicator constructor

RenderCircularProgressIndicator({
  1. required String frame,
  2. required Color color,
  3. Color? backgroundColor,
  4. String? label,
})

Implementation

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