menu
arcane_jaspr package
documentation
component/view/code_snippet.dart
InlineCode
InlineCode.new const constructor
InlineCode.new const constructor
dark_mode
light_mode
InlineCode
constructor
const
InlineCode
(
String
code
, {
Key
?
key
,
})
Implementation
const InlineCode(this.code, {super.key});
arcane_jaspr package
documentation
component/view/code_snippet
InlineCode
InlineCode.new const constructor
InlineCode class