|
|
|
@ -202,25 +202,30 @@ class _HomeClass extends State<HomeClass> {
|
|
|
|
|
), |
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|
Container( |
|
|
|
|
margin: EdgeInsets.only(top: 8,right: 8), |
|
|
|
|
height: 16.h, |
|
|
|
|
width: 30.w, |
|
|
|
|
alignment: Alignment.center, |
|
|
|
|
decoration: BoxDecoration( |
|
|
|
|
borderRadius: |
|
|
|
|
BorderRadius.circular(2), |
|
|
|
|
color: Color(0xFFFFCD00), |
|
|
|
|
), |
|
|
|
|
child: Text( |
|
|
|
|
( collect?.tags != null && collect.tags.length > 0 )?collect.tags[0] : "", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 12.sp, |
|
|
|
|
fontWeight: MyFontWeight.medium, |
|
|
|
|
color: Color(0xFF634815), |
|
|
|
|
Row( |
|
|
|
|
children: [ |
|
|
|
|
Spacer(), |
|
|
|
|
Container( |
|
|
|
|
margin: EdgeInsets.only(top: 8,right: 8), |
|
|
|
|
padding:EdgeInsets.only(left:2,right:2), |
|
|
|
|
height: 16.h, |
|
|
|
|
alignment: Alignment.center, |
|
|
|
|
decoration: BoxDecoration( |
|
|
|
|
borderRadius: |
|
|
|
|
BorderRadius.circular(2), |
|
|
|
|
color: Color(0xFFFFCD00), |
|
|
|
|
), |
|
|
|
|
child: Text( |
|
|
|
|
( collect?.tags != null && collect.tags.length > 0 )?collect.tags[0] : "", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 12.sp, |
|
|
|
|
fontWeight: MyFontWeight.medium, |
|
|
|
|
color: Color(0xFF634815), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
],), |
|
|
|
|
|
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|
Expanded(child: |
|
|
|
|