VerifyOtpView constructor

const VerifyOtpView({
  1. Key? key,
  2. required bool fromSignUp,
  3. required bool fromSignIn,
  4. required String email,
})

Implementation

const VerifyOtpView({
  Key? key,
  required this.fromSignUp,
  required this.fromSignIn,
  required this.email,
}) : super(key: key);