TF-1427 Move composer button to dashboard view on web

This commit is contained in:
dab246
2023-02-08 14:12:38 +07:00
committed by Dat Vu
parent 373405e443
commit 4f8da9cb31
4 changed files with 66 additions and 63 deletions
@@ -6,6 +6,7 @@ class ResponsiveUtils {
static const double defaultSizeLeftMenuMobile = 375;
static const double defaultSizeDrawer = 320;
static const double defaultSizeMenu = 256;
final int heightShortest = 600;
@@ -13,8 +14,6 @@ class ResponsiveUtils {
final int minTabletWidth = 600;
final int minTabletLargeWidth = 900;
final double defaultSizeMenu = 256;
final double _loginTextFieldWidthSmallScreen = 280.0;
final double _loginTextFieldWidthLargeScreen = 320.0;
final double _loginButtonWidth = 240.0;