onTrigger property

void Function(BuildContext context)? onTrigger
final

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;