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. Color? color,
  8. Color? backgroundColor,
  9. double height = 50,
  10. double strokeWidth = 4.0,
  11. double? value,
})

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);