EmailPasswordView constructor
const
EmailPasswordView({
- Key? key,
- required EmailPasswordForm content,
Implementation
const EmailPasswordView({
super.key,
required this.content,
});