|
|
|
|
@ -125,12 +125,12 @@ class ProductTileItem extends StatelessWidget {
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
Padding(
|
|
|
|
|
padding: EdgeInsets.fromLTRB(4,2,4,2),
|
|
|
|
|
padding: EdgeInsets.fromLTRB(1,1,1,1),
|
|
|
|
|
child: Container(
|
|
|
|
|
// width: item.rxMessage != null
|
|
|
|
|
// ? MediaQuery.of(context).size.width / 5
|
|
|
|
|
// : 0,
|
|
|
|
|
// padding: EdgeInsets.fromLTRB(6,4,6,4),
|
|
|
|
|
width: item.rxMessage != null
|
|
|
|
|
? MediaQuery.of(context).size.width / 1.0
|
|
|
|
|
: 0,
|
|
|
|
|
padding: EdgeInsets.fromLTRB(8,2,8,2),
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
color: Color(0xffb23838),
|
|
|
|
|
|
|
|
|
|
|