longTappableDuration property

Duration? longTappableDuration
final

Defines the minimum duration define as a long tap.

See also:

  • A pointer down event is defined as a long tap when it occurs and a duration of longTappableDuration or more has elapsed.

  • If the value is not defined, it is replaced by the spread duration of the long tap behavior.

Implementation

final Duration? longTappableDuration;