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