onTap abstract method

FutureOr<void> onTap(
  1. BuildContext context,
  2. String text,
  3. String? href,
  4. String title,
)

Handles the tap on a link in the markdown page.

Implementation

FutureOr<void> onTap(
    BuildContext context, String text, String? href, String title);