createLink abstract method
Returns a gesture recognizer to use for an a
element with the given
text, href
attribute, and title.
Implementation
GestureRecognizer createLink(String text, String? href, String title);
Returns a gesture recognizer to use for an a
element with the given
text, href
attribute, and title.
GestureRecognizer createLink(String text, String? href, String title);