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( Container(
width: 1.0, // Thickness of the line width: 1.0,
color: ColorsManager.softGray, // Subtle grey color color: ColorsManager.softGray,
margin: const EdgeInsets.symmetric( margin: const EdgeInsets.symmetric(vertical: 6.0),
vertical: 6.0), // Top and bottom spacing ),
), // Right Container
Expanded( Expanded(
flex: 1, // Distribute space proportionally flex: 1, // Distribute space proportionally
child: Container( child: Container(