TeXViewMarkdown constructor

const TeXViewMarkdown(
  1. String markdown, {
  2. TeXViewStyle? style,
  3. Iterable<BlockSyntax> blockSyntaxes = const [],
  4. Iterable<InlineSyntax> inlineSyntaxes = const [],
  5. ExtensionSet? extensionSet,
  6. Resolver? linkResolver,
  7. bool inlineOnly = false,
  8. Resolver? imageLinkResolver,
})

Implementation

const TeXViewMarkdown(this.markdown,
    {this.style,
    this.blockSyntaxes = const [],
    this.inlineSyntaxes = const [],
    this.extensionSet,
    this.linkResolver,
    this.inlineOnly = false,
    this.imageLinkResolver});