EmailInput constructor
const
EmailInput({
- TextEditingController? controller,
- String? validator()?,
- String? hintText,
- Key? key,
Implementation
const EmailInput({
this.controller,
this.validator,
this.hintText,
Key? key,
}) : super(key: key);