LayoutNode constructor
LayoutNode(
- LayoutType layoutType, {
- List<
LatexNode> content = const [], - String? width,
- String? height,
- String? shift,
- SourceRange? sourceRange,
Implementation
LayoutNode(
this.layoutType, {
this.content = const [],
this.width,
this.height,
this.shift,
this.sourceRange,
});