DebugDetector constructor
const
DebugDetector({})
Implementation
const DebugDetector({
super.key,
this.onDetect,
this.delay,
this.acceptSlopTolerance,
this.pointers = 2,
this.useHapticFeedback = true,
this.shortcuts = const [
SingleActivator(LogicalKeyboardKey.f12, alt: true),
],
required this.child,
});