ソースを参照

fix keyboardHeight

lucky1213 4 年 前
コミット
2c27706af8
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      packages/zefyr/lib/src/widgets/toolbar.dart

+ 1
- 1
packages/zefyr/lib/src/widgets/toolbar.dart ファイルの表示

@@ -387,7 +387,7 @@ class ZefyrToolbarState extends State<ZefyrToolbar>
387 387
     } else {
388 388
       layers.add(
389 389
         Container(
390
-          height: 0,
390
+          height: MediaQuery.of(context).viewInsets.bottom,
391 391
         ),
392 392
       );
393 393
     }