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