CustomCircularProgressIndicator constructor
const
CustomCircularProgressIndicator({})
CircularProgressIndicator 圆形进度指示器组件
Implementation
const CustomCircularProgressIndicator({
super.key,
super.value,
super.backgroundColor,
super.valueColor,
super.strokeWidth = 2.0,
super.semanticsLabel,
super.semanticsValue,
super.color,
super.strokeAlign,
super.strokeCap,
});