onTap property

VoidCallback? onTap
final

An optional callback that is called when the link is tapped. If this is not provided, the link will be considered disabled.

Implementation

final VoidCallback? onTap;