SearchTextFieldWidget constructor
const
SearchTextFieldWidget({
- Key? key,
- dynamic onChanged(
- String val
- dynamic onFieldSubmitted()?,
- dynamic onSaved()?,
- dynamic onSearchCleared()?,
- String? hintText,
- TextEditingController? textEditingController,
- EdgeInsets? contentPadding,
- String? initialVal,
- FocusNode? focusNode,
- VoidCallback? onTapToTextField,
- bool showCursor = false,
Implementation
const SearchTextFieldWidget({
super.key,
this.onChanged,
this.onFieldSubmitted,
this.onSaved,
this.onSearchCleared,
this.hintText,
this.textEditingController,
this.contentPadding,
this.initialVal,
this.focusNode,
this.onTapToTextField,
this.showCursor = false,
});