CountDownProgress constructor

CountDownProgress(
  1. Duration remaining,
  2. Duration total,
  3. double progress,
  4. CountdownStatus status,
)

Implementation

CountDownProgress(this.remaining, this.total, this.progress, this.status);