linkTap property

dynamic Function(String? href, String? title) linkTap
getter/setter pair

Implementation

Function(String? href, String? title) linkTap = (href, title) {
  print({href, title});
};