deadline property

Duration? deadline
final

If non-null, the recognizer will call didExceedDeadline after this amount of time has elapsed since starting to track the primary pointer.

The didExceedDeadline will not be called if the primary pointer is accepted, rejected, or all pointers are up or canceled before deadline.

Implementation

final Duration? deadline;