kHoverTapTimeout top-level constant
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)