NiceSimpleCodeEditor constructor
Implementation
const NiceSimpleCodeEditor({
super.key,
this.value = '',
this.onChange,
this.language = 'text',
this.lineNumbers = true,
this.height = 300,
this.tabSize = 2,
this.readOnly = false,
});