CountDownTimer constructor
const
CountDownTimer({
- required int counter,
- required VoidCallback onSendAgainTap,
- Key? key,
Implementation
const CountDownTimer({
required this.counter,
required this.onSendAgainTap,
super.key,
});