kHoverTapTimeout top-level constant

const kHoverTapTimeout = const Duration(milliseconds: 150)

Maximum length of time between a tap down and a tap up for the gesture to be considered a tap. (Currently not honored by the TapGestureRecognizer.)

Implementation

const Duration kHoverTapTimeout = Duration(milliseconds: 150)