TimerWidget constructor
TimerWidget({})
Implementation
TimerWidget({
required this.function,
required this.child,
required this.duration,
this.initialDelay,
this.enableWidgetBindingObserver = false,
this.enableTimer = true,
Key? key,
}) : super(key: key);