|
|
@ -78,42 +78,42 @@ class _LiveItemWidgetState extends State<LiveItemWidget> { |
|
|
), |
|
|
), |
|
|
) |
|
|
) |
|
|
), |
|
|
), |
|
|
Positioned( |
|
|
|
|
|
top: 0, |
|
|
|
|
|
left: 0, |
|
|
|
|
|
child: Stack( |
|
|
|
|
|
children: [ |
|
|
|
|
|
Image.asset( |
|
|
|
|
|
Assets.imagesSubscript, |
|
|
|
|
|
width: 56.w, |
|
|
|
|
|
height: 16.w, |
|
|
|
|
|
), |
|
|
|
|
|
SizedBox( |
|
|
|
|
|
height: 16.w, |
|
|
|
|
|
child: Row( |
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
|
|
children: [ |
|
|
|
|
|
SizedBox(width: 5.w), |
|
|
|
|
|
Image.asset( |
|
|
|
|
|
Assets.imagesLocationIcon, |
|
|
|
|
|
width: 6.w, |
|
|
|
|
|
height: 7.w, |
|
|
|
|
|
), |
|
|
|
|
|
SizedBox(width: 3.w), |
|
|
|
|
|
Text( |
|
|
|
|
|
"49.9km", |
|
|
|
|
|
style: TextStyle( |
|
|
|
|
|
fontSize: 8.w, |
|
|
|
|
|
color: Colors.white, |
|
|
|
|
|
fontWeight: FontWeight.w500, |
|
|
|
|
|
), |
|
|
|
|
|
), |
|
|
|
|
|
], |
|
|
|
|
|
), |
|
|
|
|
|
), |
|
|
|
|
|
], |
|
|
|
|
|
), |
|
|
|
|
|
), |
|
|
|
|
|
|
|
|
// Positioned( |
|
|
|
|
|
// top: 0, |
|
|
|
|
|
// left: 0, |
|
|
|
|
|
// child: Stack( |
|
|
|
|
|
// children: [ |
|
|
|
|
|
// Image.asset( |
|
|
|
|
|
// Assets.imagesSubscript, |
|
|
|
|
|
// width: 56.w, |
|
|
|
|
|
// height: 16.w, |
|
|
|
|
|
// ), |
|
|
|
|
|
// SizedBox( |
|
|
|
|
|
// height: 16.w, |
|
|
|
|
|
// child: Row( |
|
|
|
|
|
// crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
|
|
// children: [ |
|
|
|
|
|
// SizedBox(width: 5.w), |
|
|
|
|
|
// Image.asset( |
|
|
|
|
|
// Assets.imagesLocationIcon, |
|
|
|
|
|
// width: 6.w, |
|
|
|
|
|
// height: 7.w, |
|
|
|
|
|
// ), |
|
|
|
|
|
// SizedBox(width: 3.w), |
|
|
|
|
|
// Text( |
|
|
|
|
|
// "49.9km", |
|
|
|
|
|
// style: TextStyle( |
|
|
|
|
|
// fontSize: 8.w, |
|
|
|
|
|
// color: Colors.white, |
|
|
|
|
|
// fontWeight: FontWeight.w500, |
|
|
|
|
|
// ), |
|
|
|
|
|
// ), |
|
|
|
|
|
// ], |
|
|
|
|
|
// ), |
|
|
|
|
|
// ), |
|
|
|
|
|
// ], |
|
|
|
|
|
// ), |
|
|
|
|
|
// ), |
|
|
if (widget.item != null && widget.item is Map && widget.item["isNew"] == true) |
|
|
if (widget.item != null && widget.item is Map && widget.item["isNew"] == true) |
|
|
Positioned( |
|
|
Positioned( |
|
|
top: 9.w, |
|
|
top: 9.w, |
|
|
|