MarkdownHelper class

Constructors

MarkdownHelper({WidgetConfig? wConfig})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wConfig WidgetConfig?
getter/setter pair

Methods

getBlockQuote(Element node) Widget
blockquote
getHrWidget(Element node) Widget
hr
getOlWidget(Element node, int deep) Widget
ol
getPreWidget(Node node) Widget
pre
getPWidget(Element node) Widget
p
getTableWidget(Element node) Widget
table
getTitleWidget(Node node, String tag) Widget?
h1~h6
getUlWidget(Element node, int deep) Widget
ul
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