triggerDelayLimit property

Duration? triggerDelayLimit
final

The limit of delay between 1st interact and triggering. Delay starts in the 1st call to interact and is zeroed when the trigger is called.

  • NOTE: After the trigger is called, the next call to interact is considered a 1st call.

Implementation

final Duration? triggerDelayLimit;