menu
gpt_markdown package
documentation
custom_widgets/markdown_config.dart
GptMarkdownConfig
inlineComponents property
inlineComponents property
dark_mode
light_mode
inlineComponents
property
List
<
MarkdownComponent
>
?
inlineComponents
final
The list of inline components.
Implementation
final List<MarkdownComponent>? inlineComponents;
gpt_markdown package
documentation
custom_widgets/markdown_config
GptMarkdownConfig
inlineComponents property
GptMarkdownConfig class