UrlMarkdownTapHandler class

The default implementation of a MarkdownTapHandler. It simply tries to open the URL with a system handler. Does nothing if the URL scheme is not supported by the system.

Implemented types

Constructors

UrlMarkdownTapHandler()
Creates a UrlMarkdownTapHandler
const

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) Future<void>
Handles the tap on a link in the markdown page.
override
toString() String
A string representation of this object.
inherited

Operators

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