circular_countdown_timer
circular_countdown_timer copied to clipboard
Change duration from int to Duration
CircularCountDownTimer(duration: 5)
to
CircularCountDownTimer(duration: Duration(seconds: 5))
We can improve the code by changing the duration parameter from int in seconds to Duration.
Hello, You can use something like that I think
const Duration(minutes: 15).inSeconds