RxItemPickerCustomTextField constructor
RxItemPickerCustomTextField({})
Implementation
RxItemPickerCustomTextField({
Key? key,
this.label,
this.hintText,
this.prefix,
this.prefixIcon,
this.readOnly = false,
this.suffixIconBuilder,
this.onChanged,
this.onTap,
TextEditingController? controller,
this.initialValue,
}) : super(key: key) {
this.controller = controller ?? TextEditingController();
}