This commit is contained in:
2025-01-24 19:00:27 +05:30
parent 26aaa8c4e8
commit d9ddf69827
47 changed files with 3291 additions and 108 deletions

View File

@@ -212,7 +212,8 @@ extension ContextExtension on BuildContext {
}
/// show global loader
void showLoader({bool show = true}) {
void showLoader({bool show = true})
{
if (mounted) {
if (show) {
loaderOverlay.show();