menu
image_editor_plus package
documentation
loading_screen.dart
LoadingScreenHandler
hide method
hide method
dark_mode
light_mode
hide
method
void
hide
(
)
Implementation
void hide() { if (expired) return; expired = true; Navigator.pop(context); }
image_editor_plus package
documentation
loading_screen
LoadingScreenHandler
hide method
LoadingScreenHandler class