KinProgress.circular constructor

const KinProgress.circular({
  1. Key? key,
  2. double? value,
  3. Color? color,
  4. Color? trackColor,
  5. double strokeWidth = 3,
})

Implementation

const KinProgress.circular({
  super.key,
  this.value,
  this.color,
  this.trackColor,
  this.strokeWidth = 3,
}) : _type = _KinProgressType.circular;