menu
itinereo
auth\screens\sign_up_screen.dart
SignUpScreen
SignUpScreen const constructor
SignUpScreen
dark_mode
light_mode
SignUpScreen
constructor
const
SignUpScreen
(
{
Key
?
key
,
})
Creates a
SignUpScreen
widget.
Implementation
const SignUpScreen({Key? key}) : super(key: key);
itinereo
sign_up_screen
SignUpScreen
SignUpScreen const constructor
SignUpScreen class