UpCircularProgress constructor

const UpCircularProgress({
  1. Key? key,
  2. Animation<Color?>? valueColor,
  3. double width = 50,
  4. UpStyle? upStyle,
  5. UpColorType? colorType,
  6. AlignmentGeometry alignment = Alignment.center,
  7. double height = 50,
  8. double strokeWidth = 4.0,
  9. 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);