💄 Remove the circular progress gap in check in widget
This commit is contained in:
@@ -149,6 +149,7 @@ class CheckInWidget extends HookConsumerWidget {
|
|||||||
width: 20,
|
width: 20,
|
||||||
height: 20,
|
height: 20,
|
||||||
child: CircularProgressIndicator(
|
child: CircularProgressIndicator(
|
||||||
|
trackGap: 0,
|
||||||
value: progress,
|
value: progress,
|
||||||
strokeWidth: 2,
|
strokeWidth: 2,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user