首页搜索图标更改

hmxc
张萌 4 years ago
parent 58457f7637
commit 775d77fb9a

@ -184,14 +184,12 @@ class _HomePageState extends State<HomePage> {
onPressed: () {}, onPressed: () {},
radius: 8.w, radius: 8.w,
child: Row(children: [ child: Row(children: [
AkuBox.w(21.w),
Container( Container(
child: Column( child: Column(
children: [ children: [
SizedBox(height: 18.w), SizedBox(height: 18.w),
Icon( Image.asset(R.ASSETS_HOME_IC_SEARCH_PNG,width:37.w,height:37.w),
Icons.zoom_in_sharp,
size: 38.w,
),
], ],
), ),
), ),

Loading…
Cancel
Save