OtpVerificationView constructor
const
OtpVerificationView({})
Implementation
const OtpVerificationView({
super.key,
required this.title,
required this.description,
this.target,
this.refCode = 'abdGR',
this.onResend,
required this.onSubmit,
this.showSubmitButton = false,
this.autoSubmit = true,
this.hasError = false,
this.onChanged,
});