TextDirectionNode constructor

TextDirectionNode(
  1. List<LatexNode> content,
  2. TextDirectionType direction, {
  3. SourceRange? sourceRange,
})

Implementation

TextDirectionNode(this.content, this.direction, {this.sourceRange});