EnvironmentNode constructor

EnvironmentNode(
  1. String name,
  2. List<LatexNode> content, {
  3. List<String> options = const [],
  4. SourceRange? sourceRange,
})

Implementation

EnvironmentNode(
  this.name,
  this.content, {
  this.options = const [],
  this.sourceRange,
});