LoginScreen constructor
const
LoginScreen({})
Implementation
const LoginScreen({
super.key,
this.title = 'Welcome back! Glad to see you, Again!',
this.onGoogleLogin,
this.onAppleLogin,
});
const LoginScreen({
super.key,
this.title = 'Welcome back! Glad to see you, Again!',
this.onGoogleLogin,
this.onAppleLogin,
});