menu
sara
RegisterPage.dart
RegisterPage
RegisterPage const constructor
RegisterPage
dark_mode
light_mode
RegisterPage
constructor
const
RegisterPage
(
{
Key
?
key
,
bool
isGoogleUser
=
false
,
String
?
googleEmail
}
)
Implementation
const RegisterPage({super.key, this.isGoogleUser = false, this.googleEmail});
sara
RegisterPage
RegisterPage
RegisterPage const constructor
RegisterPage class