TimerControllerValues constructor

TimerControllerValues({
  1. DateTime? startTime,
  2. String? timeFormate,
  3. Duration? duration,
  4. Duration? listeningDelay,
  5. void statusListener(
    1. AppTimerStatus
    )?,
  6. bool isCountdown = true,
  7. void controller(
    1. TimerFController
    )?,
})

Implementation

TimerControllerValues(
    {this.startTime,
    this.timeFormate,
    this.duration,
    this.listeningDelay,
    this.statusListener,
    this.isCountdown = true,
    this.controller});