MarkdownTapHandler class abstract

Defines a handler that can intercept and handle taps on links in markdown templates. Implement this or extend UrlMarkdownTapHandler.

Implementers

Constructors

MarkdownTapHandler()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTap(BuildContext context, String text, String? href, String title) FutureOr<void>
Handles the tap on a link in the markdown page.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited