skipDebounceOnEmpty property

bool skipDebounceOnEmpty
final

Whether to skip debounce delay when search text is empty (default: true). When true and searchOnEmpty is also true, the search will be triggered immediately when the text becomes empty, without waiting for the debounce delay. This is useful for showing all data immediately when the user clears the search.

Implementation

final bool skipDebounceOnEmpty;