We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239ab6c commit 1170af8Copy full SHA for 1170af8
lib/src/webview_scaffold.dart
@@ -92,7 +92,7 @@ class _WebviewScaffoldState extends State<WebviewScaffold> {
92
Widget build(BuildContext context) {
93
return Scaffold(
94
appBar: widget.appBar,
95
- resizeToAvoidBottomPadding: false,
+ resizeToAvoidBottomInset: false,
96
persistentFooterButtons: widget.persistentFooterButtons,
97
bottomNavigationBar: widget.bottomNavigationBar,
98
body: _WebviewPlaceholder(
0 commit comments