linkOnTap property

(void Function(BuildContext, String)?) linkOnTap

onTap gesture handler to use for text with the LinkAttribute applied.

Implementation

void Function(BuildContext, String)? get linkOnTap =>
    get<void Function(BuildContext, String)>('linkOnTap');