EFBTextField constructor
const
EFBTextField({
- Key? key,
- String? name,
- TextEditingController? controler,
- bool dismissOnTapOutside = false,
- FocusNode? focus,
- Widget? suffix,
- Icon? prefixIcon,
- String? validator()?,
- TextInputType? keyboardType,
- bool password = false,
- TextStyle? style,
- dynamic onSubmit()?,
- dynamic onChange()?,
- bool enable = true,
- String? initialValue,
- bool border = false,
- int maxLine = 1,
- GestureTapCallback? onTap,
- String? helperText,
Implementation
const EFBTextField(
{super.key,
this.name,
this.controler,
this.dismissOnTapOutside = false,
this.focus,
this.suffix,
this.prefixIcon,
this.validator,
this.keyboardType,
this.password = false,
this.style,
this.onSubmit,
this.onChange,
this.enable = true,
this.initialValue,
this.border = false,
this.maxLine = 1,
this.onTap,
this.helperText});