menu
gpt_markdown package
documentation
plusparse/ast.dart
MdInlineCode
MdInlineCode.new const constructor
MdInlineCode.new const constructor
dark_mode
light_mode
MdInlineCode
constructor
const
MdInlineCode
(
{
required
String
text
,
})
Implementation
const MdInlineCode({required this.text});
gpt_markdown package
documentation
plusparse/ast
MdInlineCode
MdInlineCode.new const constructor
MdInlineCode class