TF-2540 Fix selected Email address at to/cc/bcc fields are moving too close to the bottom of input field

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2024-02-02 19:40:59 +07:00
committed by Dat PHAM HOANG
parent c0600c4e68
commit d8b20c7089
3 changed files with 18 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ abstract class PlatformInfo {
static bool get isAndroid => !kIsWeb && Platform.isAndroid;
static bool get isMobile => isAndroid || isIOS;
static bool get isDesktop => isLinux || isWindows || isMacOS;
static bool get isWebMobile => kIsWeb && (defaultTargetPlatform == TargetPlatform.iOS || defaultTargetPlatform == TargetPlatform.android);
static String get platformNameOS {
var platformName = '';