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