CountDownController constructor

CountDownController({
  1. int totalDuration = 60,
})

Implementation

CountDownController({this.totalDuration = 60});