UpCircularProgress constructor
      const
      UpCircularProgress({ 
    
    
- Key? key,
- Animation<Color?> ? valueColor,
- double width = 50,
- UpStyle? upStyle,
- UpColorType? colorType,
- AlignmentGeometry alignment = Alignment.center,
- double height = 50,
- double strokeWidth = 4.0,
- double? value,
Implementation
const UpCircularProgress({
  Key? key,
  this.valueColor,
  this.width = 50,
  this.upStyle,
  this.colorType,
  this.alignment = Alignment.center,
  this.height = 50,
  this.strokeWidth = 4.0,
  this.value,
}) : super(key: key);