duration property

Duration duration
final

The duration to wait before handling the effect.

This defines the debounce interval. Any effect scheduled within this interval cancels the previous one, ensuring only the latest effect is processed.

Implementation

final Duration duration;