menu
markdown_widget package
documentation
widget/inlines/code.dart
CodeNode
CodeNode.new constructor
CodeNode.new constructor
dark_mode
light_mode
CodeNode
constructor
CodeNode
(
String
text
,
CodeConfig
codeConfig
)
Implementation
CodeNode(this.text, this.codeConfig);
markdown_widget package
documentation
widget/inlines/code
CodeNode
CodeNode.new constructor
CodeNode class