6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 49c66bcd
Changed files
comwell_key_app/lib/common/components/shimmer_loader.dart | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
Diff
diff --git a/comwell_key_app/lib/common/components/shimmer_loader.dart b/comwell_key_app/lib/common/components/shimmer_loader.dart
index 5ac31687..52c650cb 100644
--- a/comwell_key_app/lib/common/components/shimmer_loader.dart
+++ b/comwell_key_app/lib/common/components/shimmer_loader.dart
@@ -13,6 +13,7 @@ class ShimmerLoader extends StatelessWidget {
child: Shimmer.fromColors(
baseColor: Colors.grey.shade300,
highlightColor: Colors.grey.shade100,
+ enabled: true,
child: Container(
height: 276,
decoration: BoxDecoration(
@@ -27,14 +28,6 @@ class ShimmerLoader extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
// Image placeholder
- Container(
- height: 120,
- width: double.infinity,
- decoration: BoxDecoration(
- color: Colors.grey.shade300,
- borderRadius: BorderRadius.circular(8),
- ),
- ),
const SizedBox(height: 16),
// Title placeholder
Container(