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