Browse Source

Update webview_scaffold.dart

Rafal Wachol 6 years ago
parent
commit
e316139ba4
1 changed files with 1 additions and 1 deletions
  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) {
   Widget build(BuildContext context) {
     return Scaffold(
     return Scaffold(
       appBar: widget.appBar,
       appBar: widget.appBar,
-      resizeToAvoidBottomPadding: false,
+      resizeToAvoidBottomInset: false,
       persistentFooterButtons: widget.persistentFooterButtons,
       persistentFooterButtons: widget.persistentFooterButtons,
       bottomNavigationBar: widget.bottomNavigationBar,
       bottomNavigationBar: widget.bottomNavigationBar,
       body: _WebviewPlaceholder(
       body: _WebviewPlaceholder(