menu
arcane_jaspr package
documentation
component/view/code_window.dart
ArcaneCodePreview
ArcaneCodePreview.new const constructor
ArcaneCodePreview.new const constructor
dark_mode
light_mode
ArcaneCodePreview
constructor
const
ArcaneCodePreview
(
{
required
String
code
,
String
?
language
,
bool
mono
=
true
,
Key
?
key
,
})
Implementation
const ArcaneCodePreview({ required this.code, this.language, this.mono = true, super.key, });
arcane_jaspr package
documentation
component/view/code_window
ArcaneCodePreview
ArcaneCodePreview.new const constructor
ArcaneCodePreview class