소스 검색

Update webview_scaffold.dart

Rafal Wachol 6 년 전
부모
커밋
e316139ba4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/src/webview_scaffold.dart

+ 1 - 1
lib/src/webview_scaffold.dart

@@ -92,7 +92,7 @@ class _WebviewScaffoldState extends State<WebviewScaffold> {
   Widget build(BuildContext context) {
     return Scaffold(
       appBar: widget.appBar,
-      resizeToAvoidBottomPadding: false,
+      resizeToAvoidBottomInset: false,
       persistentFooterButtons: widget.persistentFooterButtons,
       bottomNavigationBar: widget.bottomNavigationBar,
       body: _WebviewPlaceholder(