throttle property

Duration? throttle

The default throttle is 2 seconds. Pass null to turn off throttle.

Implementation

Duration? get throttle => const Duration(seconds: 2);