onSearch property
Returns the search callback function.
Implementation
void Function(String value)? get onSearch => stateLoaded ? currentPage.onSearchFunction(tabIndex) : null;
Returns the search callback function.
void Function(String value)? get onSearch => stateLoaded ? currentPage.onSearchFunction(tabIndex) : null;