onSearch property

dynamic Function(String?)? onSearch
getter/setter pair

onSearch is a function which is used to perform some action when the text is searched

Implementation

Function(String?)? onSearch;