added new style widgets and total grade counter

This commit is contained in:
Kima
2023-12-30 22:27:42 +01:00
parent 5476397af6
commit e010242469
7 changed files with 186 additions and 101 deletions

View File

@@ -25,7 +25,7 @@ class GradesCountItem extends StatelessWidget {
]),
style: const TextStyle(fontSize: 15.0),
),
const SizedBox(width: 5.0),
const SizedBox(width: 3.0),
GradeValueWidget(GradeValue(value, "Value", "Value", 100),
size: 19.0, fill: true, shadow: false),
],