menu
purpi_kit package
documentation
feature/authentication/presentation/pages/validation_email_screen.dart
ValidationEmailScreen
ValidationEmailScreen.new const constructor
ValidationEmailScreen.new const constructor
dark_mode
light_mode
ValidationEmailScreen
constructor
const
ValidationEmailScreen
(
{
Key
?
key
,
required
String
email
,
bool
fromLogin
=
false
,
})
Implementation
const ValidationEmailScreen({ super.key, required this.email, this.fromLogin = false, });
purpi_kit package
documentation
feature/authentication/presentation/pages/validation_email_screen
ValidationEmailScreen
ValidationEmailScreen.new const constructor
ValidationEmailScreen class