NativeCircularProgressIndicator constructor
NativeCircularProgressIndicator({})
Implementation
NativeCircularProgressIndicator({
super.key,
super.type = CircularProgressIndicator,
this.value,
this.radius = 10,
this.backgroundColor,
this.borderColor,
this.color,
this.valueColor,
this.strokeWidth = 4.0,
this.strokeAlign = 0.0,
this.semanticsLabel,
this.semanticsValue,
this.strokeCap,
});