longTappableDuration property

Duration? longTappableDuration
final

The value defines the minimum duration used to distinguish between a tap and a long-tap. After this duration has passed, the long-tap effect starts to be displayed to the user.

Implementation

final Duration? longTappableDuration;