ApproximateProgress constructor

ApproximateProgress({
  1. double? percentComplete,
  2. Position? position,
  3. String? remainingTime,
})

Implementation

ApproximateProgress({
  this.percentComplete,
  this.position,
  this.remainingTime,
});