menu
wolfbite
screens/signup_page.dart
SignupPage
SignupPage.new const constructor
SignupPage.new
dark_mode
light_mode
SignupPage
constructor
const
SignupPage
(
{
Key
?
key
,
FirebaseAuth
?
auth
,
FirebaseFirestore
?
firestore
,
})
Implementation
const SignupPage({super.key, this.auth, this.firestore});
wolfbite
signup_page
SignupPage
SignupPage.new const constructor
SignupPage class