Ui improvements for tablet mode

This commit is contained in:
Juan Gilsanz Polo
2024-02-28 18:25:48 +01:00
parent 55c8901eb0
commit c777ccbbca
5 changed files with 195 additions and 118 deletions

3
lib/config/sizes.dart Normal file
View File

@@ -0,0 +1,3 @@
class Sizes {
static int tabletBreakpoint = 800;
}