NiceCodeBlock constructor
const
NiceCodeBlock({})
Implementation
const NiceCodeBlock({
super.key,
required this.code,
this.language,
this.showLineNumbers = true,
this.showCopyButton = true,
this.wrapLines = false,
this.startLine,
this.highlightLines,
this.textStyle,
this.onCopy,
});