debounceDuration property

Duration debounceDuration
final

The time to wait before input stops, to recalculate word and character count.

This duration is used for debouncing both document and selection changes.

If 0 no debouncing will occur

Implementation

final Duration debounceDuration;