createLink abstract method

GestureRecognizer createLink(
  1. String text,
  2. String? href,
  3. String title
)

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);