cleared console problems
This commit is contained in:
@@ -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(),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user