VerificationPhoneScreen constructor
VerificationPhoneScreen({
- String? phone,
- String? codeDigits,
- String? title,
- String? email,
- bool? isNoNeedLogout,
- RegisterWith? registerWith,
- String? password,
- String? oldPhone,
- bool? isID,
- bool? isLoginAgain,
- Map? data,
- loginScreen? login,
- registerScreen? regis,
- 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});