EmailInput constructor
const
EmailInput({
- Key? key,
- TextEditingController? controller,
- String? validator()?,
- String? hintText,
- EdgeInsetsGeometry? contentPadding,
- TextStyle? labelStyle,
- TextStyle? textStyle,
- StrutStyle? strutStyle,
- dynamic onChanged()?,
- GestureTapCallback? onTap,
- Widget? prefixIcon,
- String? labelText,
- String? helperText,
- bool isEnabled = true,
Implementation
const EmailInput({
super.key,
this.controller,
this.validator,
this.hintText,
this.contentPadding,
this.labelStyle,
this.textStyle,
this.strutStyle,
this.onChanged,
this.onTap,
this.prefixIcon,
this.labelText,
this.helperText,
this.isEnabled = true,
});