CodeNestCircularProgressLoader constructor

const CodeNestCircularProgressLoader({
  1. Key? key,
  2. double size = 24.0,
  3. Color? color,
  4. Color? backgroundColor,
  5. double strokeWidth = 4.0,
  6. StrokeCap strokeCap = StrokeCap.round,
  7. String? semanticsLabel,
  8. double? value,
})

Implementation

const CodeNestCircularProgressLoader({
  super.key,
  this.size = 24.0,
  this.color,
  this.backgroundColor,
  this.strokeWidth = 4.0,
  this.strokeCap = StrokeCap.round,
  this.semanticsLabel,
  this.value,
});