UpCircularProgress constructor
const
UpCircularProgress({})
Implementation
const UpCircularProgress({
Key? key,
this.valueColor,
this.width = 50,
this.upStyle,
this.colorType,
this.alignment = Alignment.center,
this.color,
this.backgroundColor,
this.height = 50,
this.strokeWidth = 4.0,
this.value,
}) : super(key: key);