menu
septeo_design_system package
documentation
atomes/markdown_with_highlight.dart
MarkdownWithHighlight
MarkdownWithHighlight const constructor
MarkdownWithHighlight const constructor
dark_mode
light_mode
MarkdownWithHighlight
constructor
const
MarkdownWithHighlight
(
{
Key
?
key
,
required
String
markdown
,
})
Implementation
const MarkdownWithHighlight({super.key, required this.markdown});
septeo_design_system package
documentation
atomes/markdown_with_highlight
MarkdownWithHighlight
MarkdownWithHighlight const constructor
MarkdownWithHighlight class