Fix :- Fixed the grey screen bug in get a pass and cart section.

This commit is contained in:
2026-01-06 15:34:37 +05:30
parent 3c05534262
commit ada6040514
12 changed files with 208 additions and 47 deletions

View File

@@ -40,13 +40,13 @@ class CheckoutView extends StatelessWidget {
),
SizedBox(height: 22.h),
Container(
decoration: BoxDecoration(
color: Colors.white,
border: Border.all(color: Color(0xFFF95FAF).withOpacity(0.2)),
borderRadius: BorderRadius.circular(8.r),
),
child: Expanded(
Expanded(
child: Container(
decoration: BoxDecoration(
color: Colors.white,
border: Border.all(color: Color(0xFFF95FAF).withOpacity(0.2)),
borderRadius: BorderRadius.circular(8.r),
),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [