EmailTextField constructor
const
EmailTextField({
- required EmailAuthController controller,
- Key? key,
Creates a new EmailTextField widget.
Implementation
const EmailTextField({
required this.controller,
super.key,
});