CurrentRemainingTime constructor

CurrentRemainingTime({
  1. int? days,
  2. int? hours,
  3. int? min,
  4. int? sec,
  5. Animation<double>? milliseconds,
})

Implementation

CurrentRemainingTime({this.days, this.hours, this.min, this.sec, this.milliseconds});