OnTap typedef
OnTap =
void Function(String? url, RenderContext context, Map<String, String> attributes, Element? element)
Implementation
typedef OnTap = void Function(
String? url,
RenderContext context,
Map<String, String> attributes,
dom.Element? element,
);