SignInScreen constructor
const
SignInScreen({})
Implementation
const SignInScreen({
Key? key,
required this.changeScreen,
required this.app,
required this.loginChallenge,
required this.previewMode,
}) : super(key: key);