menu
flutter_inappwebview_web package
documentation
web/in_app_web_view_web_element.dart
InAppWebViewWebElement
getContentWidth method
getContentWidth method
dark_mode
light_mode
getContentWidth
method
Future
<
int
?
>
getContentWidth
(
)
Implementation
Future<int?> getContentWidth() async { return jsWebView?.getContentWidth()?.toDartInt; }
flutter_inappwebview_web package
documentation
web/in_app_web_view_web_element
InAppWebViewWebElement
getContentWidth method
InAppWebViewWebElement class