TF-3479 Update logic Show <-> Hide <-> Minimize multiple composer
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -108,5 +108,7 @@ class ResponsiveUtils {
|
||||
}
|
||||
}
|
||||
|
||||
bool isMatchedDesktopWidth(double width) => width >= minDesktopWidth;
|
||||
|
||||
static bool isMatchedMobileWidth(double width) => width < minTabletWidth;
|
||||
}
|
||||
Reference in New Issue
Block a user