EmailVerificationScreen constructor
const
EmailVerificationScreen({})
Implementation
const EmailVerificationScreen({
Key? key,
required this.darkMode,
required this.primaryColor,
required this.appName,
required this.onEmailVerified,
this.testMode = false,
}) : super(key: key);