unCommentted second card row in home
This commit is contained in:
@@ -174,30 +174,30 @@ class DesktopHomePage extends StatelessWidget {
|
||||
},
|
||||
),
|
||||
),
|
||||
// SizedBox(width: 10),
|
||||
// TenderCard(
|
||||
// backgroundColor: AppColors.orange10,
|
||||
// iconPath: 'assets/icons/shield.svg',
|
||||
// title: AppStrings.tenderValue,
|
||||
// amount: homeResponse.tenderValue ?? '0',
|
||||
// textColor: Color(0xFFE5821E),
|
||||
// enableTap: true,
|
||||
// width: 178,
|
||||
// height: 148,
|
||||
// onTap: () {},
|
||||
// ),
|
||||
// SizedBox(width: 10),
|
||||
// TenderCard(
|
||||
// backgroundColor: AppColors.grey10,
|
||||
// iconPath: 'assets/icons/edit.svg',
|
||||
// title: AppStrings.thunderStatus,
|
||||
// amount: homeResponse.thunderStatus ?? '0',
|
||||
// textColor: Color(0xFF9E9E9E),
|
||||
// enableTap: false,
|
||||
// width: 178,
|
||||
// height: 148,
|
||||
// onTap: () {},
|
||||
// ),
|
||||
SizedBox(width: 10),
|
||||
TenderCard(
|
||||
backgroundColor: AppColors.orange10,
|
||||
iconPath: 'assets/icons/shield.svg',
|
||||
title: AppStrings.tenderValue,
|
||||
amount: '3',
|
||||
textColor: Color(0xFFE5821E),
|
||||
enableTap: true,
|
||||
width: 178,
|
||||
height: 148,
|
||||
onTap: () {},
|
||||
),
|
||||
SizedBox(width: 10),
|
||||
TenderCard(
|
||||
backgroundColor: AppColors.grey10,
|
||||
iconPath: 'assets/icons/edit.svg',
|
||||
title: AppStrings.likedTenders,
|
||||
amount: '2',
|
||||
textColor: Color(0xFF9E9E9E),
|
||||
enableTap: false,
|
||||
width: 178,
|
||||
height: 148,
|
||||
onTap: () {},
|
||||
),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user