TeXViewMarkdown class

Inheritance

Constructors

TeXViewMarkdown(String markdown, {TeXViewStyle? style, Iterable<BlockSyntax> blockSyntaxes = const [], Iterable<InlineSyntax> inlineSyntaxes = const [], ExtensionSet? extensionSet, Resolver? linkResolver, bool inlineOnly = false, Resolver? imageLinkResolver})
const

Properties

blockSyntaxes → Iterable<BlockSyntax>
final
extensionSet → ExtensionSet?
final
hashCode → int
The hash code for this object.
no setterinherited
imageLinkResolver → Resolver?
final
inlineOnly → bool
final
inlineSyntaxes → Iterable<InlineSyntax>
final
linkResolver → Resolver?
final
markdown → String
Raw String containing HTML and TEX Code e.g. r"""$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
"""
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
style → TeXViewStyle?
Style TeXView Widget with TeXViewStyle.
final

Methods

meta() → TeXViewWidgetMeta
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTapCallback(String id) → void
inherited
toJson() → Map
override
toString() → String
A string representation of this object.
inherited

Operators

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