VerificationForm constructor
const
VerificationForm({
- required String title,
- required EmailAuthController controller,
- required VoidCallback onCompleted,
- required VerificationCodeConfig verificationCodeConfig,
- String? messageText,
- String? verifyButtonLabel,
- Key? key,
Creates a VerificationForm widget.
Implementation
const VerificationForm({
required this.title,
required this.controller,
required this.onCompleted,
required this.verificationCodeConfig,
this.messageText,
this.verifyButtonLabel,
super.key,
});