EmailField constructor
const
EmailField({
- Key? key,
- TextEditingController? controller,
- String? label,
- FormFieldValidator<
String> ? validator,
Implementation
const EmailField({
Key? key,
this.controller,
this.label,
this.validator,
}) : super(key: key);