run method
void
run()
Implementation
void run() {
state.showControls();
_timer?.cancel();
_timer = Timer(duration, () => state.hideControls());
}
void run() {
state.showControls();
_timer?.cancel();
_timer = Timer(duration, () => state.hideControls());
}