menu
my_timer package
documentation
controller/my_timer_controller.dart
MyTimerController
onTick property
onTick property
dark_mode
light_mode
onTick
property
void Function
(
Duration
remaining
)
?
onTick
getter/setter pair
Fires on every UI tick with the current remaining time.
Implementation
void Function(Duration remaining)? onTick;
my_timer package
documentation
controller/my_timer_controller
MyTimerController
onTick property
MyTimerController class