VerificationPhoneScreen constructor

VerificationPhoneScreen({
  1. String? phone,
  2. String? codeDigits,
  3. String? title,
  4. String? email,
  5. bool? isNoNeedLogout,
  6. RegisterWith? registerWith,
  7. String? password,
  8. String? oldPhone,
  9. bool? isID,
  10. bool? isLoginAgain,
  11. Map? data,
  12. loginScreen? login,
  13. registerScreen? regis,
  14. String? id,
})

Implementation

VerificationPhoneScreen(
    {this.phone,
      this.codeDigits,
      this.title,
      this.email,
      this.isNoNeedLogout,
      this.registerWith,
      this.password,
      this.oldPhone,
      this.isID,
      this.isLoginAgain,
      // this.isPhoneNumberHere,
      // this.otpNumber,
      this.data,
      this.login,
      this.regis,
      this.id});