onTap property
final
Receives a context inside the tag's subtree - pass it straight to showMorph*/showMorphRoute.
Implementation
final void Function(BuildContext context)? onTap;
Receives a context inside the tag's subtree - pass it straight to showMorph*/showMorphRoute.
final void Function(BuildContext context)? onTap;