TF-933 Update new position all button action of AppBar on Web Desktop

This commit is contained in:
dab246
2022-09-15 18:18:27 +07:00
committed by Dat H. Pham
parent ccc63e4fc1
commit 3c0eac12ac
4 changed files with 171 additions and 186 deletions
@@ -95,6 +95,9 @@ class ResponsiveUtils {
bool isWebDesktop(BuildContext context) =>
BuildUtils.isWeb && isDesktop(context);
bool isWebNotDesktop(BuildContext context) =>
BuildUtils.isWeb && !isDesktop(context);
bool mailboxDashboardHasMailboxAndEmailView(BuildContext context) {
if (BuildUtils.isWeb) {
return isDesktop(context) ||