ProgressController constructor

ProgressController({
  1. required Duration duration,
  2. Duration tickPeriod = const Duration(milliseconds: 1000),
  3. DateFormatN timeFormat = DateFormatN.SecMin,
})

Implementation

ProgressController(
    {required this.duration,
    this.tickPeriod = const Duration(milliseconds: 1000),
    this.timeFormat = DateFormatN.SecMin});