TapCountDetector constructor
const
TapCountDetector({})
Creates a TapCountDetector.
Implementation
const TapCountDetector({
super.key,
required this.child,
required this.onTriggered,
this.requiredTaps = 5,
this.windowMs = 3000,
this.enabled = true,
});