menu
nsg_controls package
documentation
nsg_progress_dialog_helper.dart
NsgProgressDialogHelper
hide method
hide method
dark_mode
light_mode
hide
method
void
hide
(
)
Implementation
void hide() { if (progress != null) { progress!.hide(); } }
nsg_controls package
documentation
nsg_progress_dialog_helper
NsgProgressDialogHelper
hide method
NsgProgressDialogHelper class