CodeField constructor
const
CodeField({})
Implementation
const CodeField({
super.key,
required this.name,
required this.codes,
this.style = const CodeBlockStyle(),
this.onCopy,
this.highlightCode = true,
this.scalesItsOwnText = false,
});