EmailPasswordView constructor

const EmailPasswordView({
  1. Key? key,
  2. required EmailPasswordForm content,
})

Implementation

const EmailPasswordView({
  super.key,
  required this.content,
});