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
@@ -39,7 +39,9 @@ class TenderCardProgressBar extends StatelessWidget {
child: LinearProgressIndicator(
value: 0.75,
backgroundColor: AppColors.grey20,
valueColor: AlwaysStoppedAnimation<Color>(AppColors.secondary50),
valueColor: const AlwaysStoppedAnimation<Color>(
AppColors.secondary50,
),
minHeight: 6.0.h(),
),
),