menu
latex_kit package
documentation
parser/data/nodes.dart
EncloseNode
EncloseNode.new constructor
EncloseNode.new constructor
dark_mode
light_mode
EncloseNode
constructor
EncloseNode
(
List
<
LatexNode
>
content
,
List
<
Notation
>
notations
, {
Map
<
String
,
String
>
attributes
=
const {}
,
SourceRange
?
sourceRange
,
})
Implementation
EncloseNode( this.content, this.notations, { this.attributes = const {}, this.sourceRange, });
latex_kit package
documentation
parser/data/nodes
EncloseNode
EncloseNode.new constructor
EncloseNode class