menu
eyf_kit package
documentation
timerf/countdown_timer.dart
CountdownCallback typedef
CountdownCallback typedef
dark_mode
light_mode
CountdownCallback
typedef
CountdownCallback
=
void Function
(
int
days
,
int
hours
,
int
minutes
,
int
seconds
)
Implementation
typedef CountdownCallback = void Function(int days, int hours, int minutes, int seconds);
eyf_kit package
documentation
timerf/countdown_timer
CountdownCallback typedef
countdown_timer library