Skip to content

Commit 1170af8

Browse files
authored
Update webview_scaffold.dart
1 parent 239ab6c commit 1170af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/webview_scaffold.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class _WebviewScaffoldState extends State<WebviewScaffold> {
9292
Widget build(BuildContext context) {
9393
return Scaffold(
9494
appBar: widget.appBar,
95-
resizeToAvoidBottomPadding: false,
95+
resizeToAvoidBottomInset: false,
9696
persistentFooterButtons: widget.persistentFooterButtons,
9797
bottomNavigationBar: widget.bottomNavigationBar,
9898
body: _WebviewPlaceholder(

0 commit comments

Comments
 (0)