menu
nice2dev_flutter_ui
editors\nice_editors7.dart
NiceCodeEditor
onFileChanged property
onFileChanged
dark_mode
light_mode
onFileChanged
property
void Function
(
String
fileName
,
String
content
)
?
onFileChanged
final
Implementation
final void Function(String fileName, String content)? onFileChanged;
nice2dev_flutter_ui
nice_editors7
NiceCodeEditor
onFileChanged property
NiceCodeEditor class