This commit is contained in:
Hamza Aleghwairyeen
2024-04-04 17:16:51 +03:00
parent db216342cd
commit 03c2289653
6 changed files with 100 additions and 75 deletions

View File

@@ -17,7 +17,7 @@ class NotificationCaptain extends StatelessWidget {
body: [
GetBuilder<NotificationCaptainController>(
builder: (notificationCaptainController) =>
notificationCaptainController.isloading
notificationCaptainController.isLoading
? const MyCircularProgressIndicator()
: SafeArea(
child: ListView.builder(