EmailTextField constructor

const EmailTextField({
  1. required EmailAuthController controller,
  2. Key? key,
})

Creates a new EmailTextField widget.

Implementation

const EmailTextField({
  required this.controller,
  super.key,
});