refactor home
This commit is contained in:
@@ -78,7 +78,7 @@ class _ProgressBarColumnState extends State<ProgressBarColumn>
|
||||
animation: _animation,
|
||||
builder:
|
||||
(context, child) => CircularProgressIndicator(
|
||||
backgroundColor: Color(0xFFE1E1E1),
|
||||
backgroundColor: AppColors.grey10,
|
||||
strokeCap: StrokeCap.round,
|
||||
strokeWidth: widget.strokeWidth ?? 6.0,
|
||||
valueColor: AlwaysStoppedAnimation<Color>(AppColors.jellyBean),
|
||||
|
||||
Reference in New Issue
Block a user