TextDirectionNode constructor
TextDirectionNode(
- List<
LatexNode> content, - TextDirectionType direction, {
- SourceRange? sourceRange,
Implementation
TextDirectionNode(this.content, this.direction, {this.sourceRange});