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.
2 parents e6a5cd5 + 1170af8 commit 6be3c0aCopy full SHA for 6be3c0a
lib/src/webview_scaffold.dart
@@ -94,6 +94,7 @@ class _WebviewScaffoldState extends State<WebviewScaffold> {
94
Widget build(BuildContext context) {
95
return Scaffold(
96
appBar: widget.appBar,
97
+ resizeToAvoidBottomInset: false,
98
persistentFooterButtons: widget.persistentFooterButtons,
99
bottomNavigationBar: widget.bottomNavigationBar,
100
body: _WebviewPlaceholder(
0 commit comments