menu
nabit_app
screens\auth\sign_up_screen.dart
SignUpScreen
SignUpScreen const constructor
SignUpScreen
dark_mode
light_mode
SignUpScreen
constructor
const
SignUpScreen
(
{
Key
?
key
,
bool
isFromSocialLogin
=
false
,
UserData
?
userData
}
)
Implementation
const SignUpScreen({super.key, this.isFromSocialLogin = false, this.userData});
nabit_app
sign_up_screen
SignUpScreen
SignUpScreen const constructor
SignUpScreen class