LatexNode constructor

LatexNode(
  1. Map<String, String> attributes,
  2. String textContent,
  3. MarkdownConfig config, {
  4. TextStyle? textStyle,
})

Implementation

LatexNode(this.attributes, this.textContent, this.config,
    {TextStyle? textStyle})
    : textStyle = textStyle ?? Rixa.appFonts.small3();