💄 Remove the circular progress gap in check in widget

This commit is contained in:
2025-10-28 01:18:26 +08:00
parent 6749bb00fe
commit a958362461

View File

@@ -149,6 +149,7 @@ class CheckInWidget extends HookConsumerWidget {
width: 20,
height: 20,
child: CircularProgressIndicator(
trackGap: 0,
value: progress,
strokeWidth: 2,
),