MyTimerController constructor
MyTimerController({
- void onTick()?,
- VoidCallback? onComplete,
Implementation
MyTimerController({this.onTick, this.onComplete});
MyTimerController({this.onTick, this.onComplete});