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