debounceDuration property

Duration debounceDuration
final

The duration of the debounce before the button could be pressed again. This helps prevent accidental double-taps that cancel the request right after it fired. This is only useful if the onAbort is employed. You can also use this to defer the user from being able to abort the call for x amount of time. Defaults to 250 milliseconds.

Implementation

final Duration debounceDuration;