From a0f28844cbcd81354afa6dc5c44e10bf0f031fab Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Wed, 15 Apr 2026 11:55:26 +0530 Subject: [PATCH] fix --- .../home/presentation/widgets/top_professionals_section.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/home/presentation/widgets/top_professionals_section.dart b/lib/features/home/presentation/widgets/top_professionals_section.dart index a0ada92..07eda63 100644 --- a/lib/features/home/presentation/widgets/top_professionals_section.dart +++ b/lib/features/home/presentation/widgets/top_professionals_section.dart @@ -107,7 +107,7 @@ class _TopProfessionalsSectionState // Professional Cards - horizontal scroll // Use screen-relative height so cards fit on all devices SizedBox( - height: MediaQuery.of(context).size.height * 0.58, + height: MediaQuery.of(context).size.height * 0.64, child: ListView.builder( // Unique key per tab forces Flutter to rebuild (not reuse) // the list items, preventing stale images from the other tab.