menu
nabit_app
screens\auth\verify_account_screen.dart
VerifyAccountScreen
VerifyAccountScreen const constructor
VerifyAccountScreen
dark_mode
light_mode
VerifyAccountScreen
constructor
const
VerifyAccountScreen
(
{
Key
?
key
,
required
String
email
}
)
Implementation
const VerifyAccountScreen({super.key, required this.email});
nabit_app
verify_account_screen
VerifyAccountScreen
VerifyAccountScreen const constructor
VerifyAccountScreen class