CountDownController constructor
CountDownController({
- int totalDuration = 60,
Implementation
CountDownController({this.totalDuration = 60});
CountDownController({this.totalDuration = 60});