kDoubleTapMinTime top-level constant Null safety
The minimum time from the end of the first tap to the start of the second tap in a double-tap gesture.
Implementation
const Duration kDoubleTapMinTime = Duration(milliseconds: 40);
The minimum time from the end of the first tap to the start of the second tap in a double-tap gesture.
const Duration kDoubleTapMinTime = Duration(milliseconds: 40);