onTap property

void Function()? onTap
final

Optional callback triggered when the link is tapped in Flutter.

Implementation

final void Function()? onTap;