NiceCodeEditor constructor
const
NiceCodeEditor({})
Implementation
const NiceCodeEditor({
super.key,
this.files = const [],
this.activeFileIndex = 0,
this.onSave,
this.onFileChanged,
this.onActiveFileChanged,
this.height = 400,
this.showMinimap = false,
this.wordWrap = false,
this.tabSize = 2,
this.showLineNumbers = true,
});