LayoutNode constructor

LayoutNode(
  1. LayoutType layoutType, {
  2. List<LatexNode> content = const [],
  3. String? width,
  4. String? height,
  5. String? shift,
  6. SourceRange? sourceRange,
})

Implementation

LayoutNode(
  this.layoutType, {
  this.content = const [],
  this.width,
  this.height,
  this.shift,
  this.sourceRange,
});