menu
markdown_widget package
documentation
widget/inlines/code.dart
CodeNode
build method
build method
dark_mode
light_mode
build
method
@
override
InlineSpan
build
(
)
override
Implementation
@override InlineSpan build() => TextSpan(style: style, text: text);
markdown_widget package
documentation
widget/inlines/code
CodeNode
build method
CodeNode class