ResendCodeButton constructor
const
ResendCodeButton({})
Creates a ResendCodeButton widget.
Implementation
const ResendCodeButton({
required this.onResendPressed,
this.countdownDuration = const Duration(minutes: 1),
super.key,
});