some changes
This commit is contained in:
@@ -164,8 +164,9 @@ class DesktopHomePage extends StatelessWidget {
|
||||
Widget _bottomListView(HomeResponseModel homeResponse) {
|
||||
return SizedBox(
|
||||
width: 740,
|
||||
height: 310.0.h(),
|
||||
height: 290.0,
|
||||
child: ListView.builder(
|
||||
padding: EdgeInsets.only(bottom: 20),
|
||||
itemCount: homeResponse.yourTenders?.length ?? 0,
|
||||
scrollDirection: Axis.horizontal,
|
||||
itemBuilder: (context, index) {
|
||||
|
||||
Reference in New Issue
Block a user