onTrigger property
What happens when the 6-tap gesture is triggered. If null, it defaults to enabling (if needed) and opening the debugger.
Implementation
final void Function(BuildContext context)? onTrigger;
What happens when the 6-tap gesture is triggered. If null, it defaults to enabling (if needed) and opening the debugger.
final void Function(BuildContext context)? onTrigger;