debounceDuration property
Debounce duration for search input to prevent excessive rebuilds.
The builder is called only after the user stops typing for this duration, reducing unnecessary API calls or computations. Defaults to 500ms.
Implementation
final Duration
debounceDuration;