commit new prop

This commit is contained in:
2026-02-24 21:07:35 +01:00
parent 63d1be6d9c
commit 487379ed0a
2 changed files with 7 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ class PersonWeightCard extends StatelessWidget {
bottom: 12,
),
itemCount: history.length,
separatorBuilder: (_, __) => Divider(
separatorBuilder: (_, _) => Divider(
color: Colors.white.withValues(alpha: 0.08),
height: 1,
),