cleared console problems
This commit is contained in:
@@ -49,7 +49,9 @@ class TenderDetailCard extends StatelessWidget {
|
||||
child: LinearProgressIndicator(
|
||||
value: 0.75,
|
||||
backgroundColor: AppColors.grey20,
|
||||
valueColor: AlwaysStoppedAnimation<Color>(AppColors.jellyBean),
|
||||
valueColor: const AlwaysStoppedAnimation<Color>(
|
||||
AppColors.jellyBean,
|
||||
),
|
||||
minHeight: 6.0.h(),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user