feature(statistick): Основная верстка экрана статистики

This commit is contained in:
2025-06-17 20:56:48 +03:00
parent 5e65118ab4
commit 1a0ecee501
15 changed files with 308 additions and 11 deletions

View File

@@ -103,6 +103,11 @@ class Bold14px extends TypographyTypeBold {
double get size => 14;
}
class Bold24px extends TypographyTypeBold {
@override
double get size => 24;
}
class Bold34px extends TypographyTypeBold {
@override
double get size => 34;