menu
latex_kit package
documentation
parser/data/nodes.dart
EnvironmentNode
EnvironmentNode.new constructor
EnvironmentNode.new constructor
dark_mode
light_mode
EnvironmentNode
constructor
EnvironmentNode
(
String
name
,
List
<
LatexNode
>
content
, {
List
<
String
>
options
=
const []
,
SourceRange
?
sourceRange
,
})
Implementation
EnvironmentNode( this.name, this.content, { this.options = const [], this.sourceRange, });
latex_kit package
documentation
parser/data/nodes
EnvironmentNode
EnvironmentNode.new constructor
EnvironmentNode class