onTap property

void Function(BuildContext context)? onTap
final

Receives a context inside the tag's subtree - pass it straight to showMorph*/showMorphRoute.

Implementation

final void Function(BuildContext context)? onTap;