EncloseNode constructor

EncloseNode(
  1. List<LatexNode> content,
  2. List<Notation> notations, {
  3. Map<String, String> attributes = const {},
  4. SourceRange? sourceRange,
})

Implementation

EncloseNode(
  this.content,
  this.notations, {
  this.attributes = const {},
  this.sourceRange,
});