TIdleTimer constructor
const
TIdleTimer({
- Key? key,
- bool enabled = true,
- int interval = 1000,
- VoidCallback? onTimer,
- Widget? child,
Implementation
const TIdleTimer({
super.key,
this.enabled = true,
this.interval = 1000,
this.onTimer,
this.child,
});