EmailShadInput constructor
const
EmailShadInput({
- Key? key,
- required TextEditingController controller,
- required FocusNode focusNode,
- bool enabled = true,
- Widget? label,
- String? errorText,
- ValueChanged<
String> ? onChanged,
Implementation
const EmailShadInput({
super.key,
required this.controller,
required this.focusNode,
this.enabled = true,
this.label,
this.errorText,
this.onChanged,
});