test stat fix
This commit is contained in:
parent
a6a7ea6c8c
commit
7c0c85addb
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -432,7 +432,7 @@ class _TestButton extends StatelessWidget {
|
|||
children: [
|
||||
Expanded(
|
||||
child: HorizontalProgressWidget(
|
||||
stats!.words.incorrect.round(),
|
||||
stats!.words.correct.round(),
|
||||
stats!.words.total.round(),
|
||||
color,
|
||||
hasBorder: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue