searchWidget property

TextFormField? searchWidget
final

searchWidget is use to show the text box for the searching. If you are passing your own widget then you must have to add TextEditingController for the TextFormField.

Implementation

final TextFormField? searchWidget;