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