TF-3479 Update logic Show <-> Hide <-> Minimize multiple composer

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-03-11 16:27:44 +07:00
committed by Dat H. Pham
parent a0160f09f3
commit d2e5d35755
5 changed files with 100 additions and 89 deletions
@@ -108,5 +108,7 @@ class ResponsiveUtils {
}
}
bool isMatchedDesktopWidth(double width) => width >= minDesktopWidth;
static bool isMatchedMobileWidth(double width) => width < minTabletWidth;
}