cleared console problems

This commit is contained in:
amirrezaghabeli
2025-09-16 08:36:03 +03:30
parent b6a3598cbf
commit c421f85c95
67 changed files with 236 additions and 196 deletions
+3 -3
View File
@@ -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(),
],
),
],