cleared console problems
This commit is contained in:
@@ -44,7 +44,7 @@ class TenderCard extends StatelessWidget {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
SvgPicture.asset(iconPath,width: 32.0.w(),height: 32.0.h(),),
|
||||
SvgPicture.asset(iconPath, width: 32.0.w(), height: 32.0.h()),
|
||||
SizedBox(height: 4.0.h()),
|
||||
Text(
|
||||
title,
|
||||
@@ -54,7 +54,7 @@ class TenderCard extends StatelessWidget {
|
||||
color: AppColors.grey80,
|
||||
),
|
||||
),
|
||||
Spacer(),
|
||||
const Spacer(),
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
@@ -68,7 +68,7 @@ class TenderCard extends StatelessWidget {
|
||||
),
|
||||
enableTap
|
||||
? SvgPicture.asset(AssetsManager.arrowRight)
|
||||
: SizedBox(),
|
||||
: const SizedBox(),
|
||||
],
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user