Remove duplicated KeyboardVisibilityBuilder

This commit is contained in:
dab246
2024-04-25 02:21:42 +07:00
committed by Dat H. Pham
parent 32cb559fe0
commit 0a9feaf963
5 changed files with 4 additions and 15 deletions
@@ -8,6 +8,4 @@ class MobileContainerViewStyle {
static final Color keyboardToolbarBackgroundColor = PlatformInfo.isIOS
? AppColor.colorBackgroundKeyboard
: AppColor.colorBackgroundKeyboardAndroid;
static const EdgeInsets keyboardToolbarPadding = EdgeInsets.only(bottom: 64);
}
@@ -14,8 +14,6 @@ class TabletContainerViewStyle {
? AppColor.colorBackgroundKeyboard
: AppColor.colorBackgroundKeyboardAndroid;
static const EdgeInsets keyboardToolbarPadding = EdgeInsets.only(bottom: 64);
static EdgeInsetsGeometry getMargin(
BuildContext context,
ResponsiveUtils responsiveUtils