menu
pro_editor_image_toni package
documentation
modules/text_editor.dart
TextEditorState
close method
close method
dark_mode
light_mode
close
method
void
close
(
)
Closes the editor without applying changes.
Implementation
void close() { Navigator.pop(context); }
pro_editor_image_toni package
documentation
modules/text_editor
TextEditorState
close method
TextEditorState class