JsonCircularProgressIndicatorBuilderModel constructor

const JsonCircularProgressIndicatorBuilderModel(
  1. Map<String, dynamic> args, {
  2. Color? backgroundColor,
  3. Color? color,
  4. String? semanticsLabel,
  5. String? semanticsValue,
  6. dynamic strokeAlign = CircularProgressIndicator.strokeAlignCenter,
  7. StrokeCap? strokeCap,
  8. double strokeWidth = 4.0,
  9. double? value,
  10. dynamic valueColor = null,
})

Implementation

const JsonCircularProgressIndicatorBuilderModel(
  super.args, {
  this.backgroundColor,
  this.color,
  this.semanticsLabel,
  this.semanticsValue,
  this.strokeAlign = CircularProgressIndicator.strokeAlignCenter,
  this.strokeCap,
  this.strokeWidth = 4.0,
  this.value,
  this.valueColor = null,
});