Returns the search callback function for the specified tab index.
void Function(String value)? onSearchFunction(int? tabIndex) { return tabs[tabIndex ?? this.tabIndex].onSearch ?? onSearch; }