ApiDebuggerWrapper constructor
const
ApiDebuggerWrapper({
- Key? key,
- required Widget child,
- void onTrigger(
- BuildContext context
- int tapCount = 6,
Implementation
const ApiDebuggerWrapper({
super.key,
required this.child,
this.onTrigger,
this.tapCount = 6,
});