onSave property
Called when the user saves the current editor contents with Ctrl+S.
Implementation
final ValueCmdCallback<String>? onSave;
Called when the user saves the current editor contents with Ctrl+S.
final ValueCmdCallback<String>? onSave;