mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
only appears the separator if there is both space model and product
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user