CountDownProgress constructor
CountDownProgress(
- Duration remaining,
- Duration total,
- double progress,
- CountdownStatus status,
Implementation
CountDownProgress(this.remaining, this.total, this.progress, this.status);