onSearch property

void Function(String value)? get onSearch

Returns the search callback function.

Implementation

void Function(String value)? get onSearch => stateLoaded ? currentPage.onSearchFunction(tabIndex) : null;