PhoneOTPView constructor

const PhoneOTPView({
  1. Key? key,
  2. required PhoneOtpForm content,
})

Implementation

const PhoneOTPView({
  super.key,
  required this.content,
});