TF-933 Update new position all button action of AppBar on Web Desktop
This commit is contained in:
@@ -143,6 +143,8 @@ extension AppColor on Color {
|
||||
static const colorVacationSettingExplanation = Color(0xFF686E76);
|
||||
static const colorBackgroundVacationSettingField = Color(0xFFF2F3F5);
|
||||
static const colorBackgroundNotificationVacationSetting= Color(0xFFFFF5C2);
|
||||
static const colorDivider = Color(0xFFE7E8EC);
|
||||
static const colorDividerVertical = Color(0xFF99A2AD);
|
||||
|
||||
static const mapGradientColor = [
|
||||
[Color(0xFF21D4FD), Color(0xFFB721FF)],
|
||||
|
||||
@@ -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) ||
|
||||
|
||||
Reference in New Issue
Block a user