custom_timer
custom_timer copied to clipboard
CustomTimerController end default value
end default value can be Duration.zero
Currently it does not have a default value and needs to get specify
CustomTimerController(
vsync: this,
begin: Duration(hours: 24),
end: Duration.zero,
);