mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +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(
|
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(
|
||||||
|
Reference in New Issue
Block a user