fix: Update default stroke width in CircularProgressPainter for consistency
This commit is contained in:
@@ -12,7 +12,7 @@ class CircularProgressPainter extends CustomPainter {
|
||||
|
||||
CircularProgressPainter({
|
||||
required this.progress,
|
||||
this.strokeWidth = UiConstants.space2,
|
||||
this.strokeWidth = UiConstants.space1,
|
||||
this.color = UiColors.primary,
|
||||
this.backgroundColor = UiColors.primaryInverse,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user