refactor home
This commit is contained in:
@@ -97,7 +97,6 @@ class TendersListItem extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
Spacer(),
|
||||
// SizedBox(height: 18.0.h()),
|
||||
TenderCardProgressBar(),
|
||||
SizedBox(height: 15.0.h()),
|
||||
|
||||
@@ -123,23 +122,6 @@ class TendersListItem extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
Spacer(),
|
||||
// Container(
|
||||
// width: 96.0.w(),
|
||||
// height: 24.0.h(),
|
||||
// decoration: BoxDecoration(
|
||||
// color: AppColors.grey30,
|
||||
// borderRadius: BorderRadius.circular(88),
|
||||
// ),
|
||||
// alignment: Alignment.center,
|
||||
// child: Text(
|
||||
// 'tender.type',
|
||||
// style: TextStyle(
|
||||
// fontSize: 12.0.sp(),
|
||||
// fontWeight: FontWeight.w500,
|
||||
// color: AppColors.grey60,
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
],
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user