MyTimerController constructor

MyTimerController({
  1. void onTick(
    1. Duration
    )?,
  2. VoidCallback? onComplete,
})

Implementation

MyTimerController({this.onTick, this.onComplete});