Мой WebviewScaffold во Flutter не прокручивается при открытии клавиатуры. Как я могу это исправить? Вот мой код
WebviewScaffold(
url: url,
scrollBar: true,
clearCache: false,
clearCookies: false,
withJavascript: true,
geolocationEnabled: true,
// run javascript
withZoom: false,
// if you want the user zoom-in and zoom-out
hidden: false,
// put it true if you want to show CircularProgressIndicator while waiting for the page to load
appCacheEnabled: true,
)