menu
highlight package
documentation
highlight.dart
Node
Node constructor
Node constructor
dark_mode
light_mode
Node
constructor
Node
(
{
String
?
className
,
String
?
value
,
List
<
Node
>
?
children
,
bool
noPrefix
=
false
,
})
Implementation
Node({this.className, this.value, this.children, this.noPrefix = false});
highlight package
documentation
highlight
Node
Node constructor
Node class