MarkdownBuilderDelegate class abstract

A delegate used by MarkdownBuilder to control the widgets it creates.

Constructors

MarkdownBuilderDelegate()

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

Returns a gesture recognizer to use for an a element with the given text, href attribute, and title.
formatText(MarkdownStyleSheet styleSheet, String code) TextSpan
Returns formatted text to use to display the given contents of a pre element.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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