JsonCircularProgressIndicatorBuilder constructor

JsonCircularProgressIndicatorBuilder({
  1. Color? backgroundColor,
  2. Color? color,
  3. String? semanticsLabel,
  4. String? semanticsValue,
  5. required double strokeWidth,
  6. double? value,
  7. Animation<Color>? valueColor,
})

Implementation

JsonCircularProgressIndicatorBuilder({
  this.backgroundColor,
  this.color,
  this.semanticsLabel,
  this.semanticsValue,
  required this.strokeWidth,
  this.value,
  this.valueColor,
}) : super(numSupportedChildren: kNumSupportedChildren);