BiltLoginScreen constructor
const
BiltLoginScreen({
- Key? key,
- required FirebaseAuth auth,
- required dynamic onSignInComplete(
- User?,
- AuthProvider
- Widget? backgroundImage,
- Color? dividerColor = Colors.white,
- required List<
AuthProvider> providers, - Color? backgroundColor,
- Widget? logo,
Implementation
const BiltLoginScreen({
super.key,
required this.auth,
required this.onSignInComplete,
this.backgroundImage,
this.dividerColor = Colors.white,
required this.providers,
this.backgroundColor,
this.logo,
});