ArcaneCodeSnippet constructor
const
ArcaneCodeSnippet({})
Implementation
const ArcaneCodeSnippet({
required this.code,
this.language,
this.showLineNumbers = false,
this.showCopyButton = true,
this.maxHeight,
this.title,
super.key,
});