PhoneOTPView constructor
const
PhoneOTPView({
- Key? key,
- required PhoneOtpForm content,
Implementation
const PhoneOTPView({
super.key,
required this.content,
});
const PhoneOTPView({
super.key,
required this.content,
});