Update kSizedBoxEmpty

This commit is contained in:
Ashita Prasad
2024-10-21 07:59:59 +05:30
parent eca3bec3a4
commit 14ce377c7e
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ class EnvironmentsList extends HookConsumerWidget {
), ),
); );
} }
return const SizedBox(); return kSizedBoxEmpty;
}).toList(), }).toList(),
), ),
), ),

View File

@ -190,7 +190,7 @@ class _RequestListState extends ConsumerState<RequestList> {
), ),
); );
} }
return const SizedBox(); return kSizedBoxEmpty;
}).toList(), }).toList(),
), ),
); );