EmailInput constructor
const
EmailInput({
- Key? key,
- required TextEditingController controller,
- bool needsValidation = true,
Implementation
const EmailInput({
super.key,
required this.controller,
this.needsValidation = true,
});