SignInStep constructor
const
SignInStep({
- Key? key,
- required dynamic onEmailSubmit(
- String email
- required VoidCallback onGoogleSignIn,
- bool isDark = false,
Implementation
const SignInStep({
Key? key,
required this.onEmailSubmit,
required this.onGoogleSignIn,
this.isDark = false,
}) : super(key: key);