Fixed bug on pass_card_view

This commit is contained in:
Vinayakkadge04
2025-11-14 16:21:18 +05:30
parent 323d730e2d
commit b54739953a

View File

@@ -26,7 +26,6 @@ class PassCardView extends StatelessWidget {
border: Border.all(color:( themeColor ?? Color(0xFFF95FAF)).withOpacity(0.24)),
borderRadius: BorderRadius.circular(8.r),
),
child: Expanded(
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
@@ -159,7 +158,6 @@ class PassCardView extends StatelessWidget {
),
],
),
),
);
}
}