CustomTextFormField constructor
CustomTextFormField(- {bool? autofocus,
- String? hintText,
- String? initialValue,
- TextCapitalization? textCapitalization,
- CustomFormFieldStyle? style,
- TextInputType? keyboardType,
- Function? onSaved,
- Function? onChanged,
- Function? validator,
- bool? enabled,
- TextEditingController? controller,
- Widget? prefixIcon,
- Widget? suffixIcon,
- void onTap(
)?,
- FocusNode? focusNode,
- bool? readOnly}
)
Implementation
CustomTextFormField({
this.autofocus,
this.hintText,
this.initialValue,
this.textCapitalization,
this.style,
this.keyboardType,
this.onSaved,
this.onChanged,
this.validator,
this.enabled,
this.controller,
this.prefixIcon,
this.suffixIcon,
this.onTap,
this.focusNode,
this.readOnly,
});