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