only appears the separator if there is both space model and product

This commit is contained in:
hannathkadher
2025-01-16 02:03:08 +04:00
parent c12c73f20a
commit 60028cdf78

View File

@ -81,12 +81,12 @@ class SpaceModelCardWidget extends StatelessWidget {
),
),
),
if(productTagCount.isNotEmpty)
Container(
width: 1.0, // Thickness of the line
color: ColorsManager.softGray, // Subtle grey color
margin: const EdgeInsets.symmetric(
vertical: 6.0), // Top and bottom spacing
), // Right Container
width: 1.0,
color: ColorsManager.softGray,
margin: const EdgeInsets.symmetric(vertical: 6.0),
),
Expanded(
flex: 1, // Distribute space proportionally
child: Container(