diff --git a/lib/ui/home/home_page.dart b/lib/ui/home/home_page.dart index 3d1cfa9..812b070 100644 --- a/lib/ui/home/home_page.dart +++ b/lib/ui/home/home_page.dart @@ -201,12 +201,13 @@ _getBody() { ), ], ),), - const Spacer() - ,Image.asset( - image, - width: 166.w, - height: 152.w, - fit: BoxFit.fill, - ),],))); + const Spacer(), + Padding(padding: EdgeInsets.only(top: 40.w),child: Image.asset( + image, + width: 166.w, + height: 152.w, + fit: BoxFit.fill, + ),) + ,],))); } }