inAppWebViewSettings property

InAppWebViewSettings? inAppWebViewSettings
final

The initial options for the InAppWebViewSettings used only on mobile platforms.

If not specified, these default options are used:

InAppWebViewSettings(
  javaScriptEnabled: true,
  transparentBackground: true,
  useHybridComposition: true,
  useShouldOverrideUrlLoading: true,
  loadWithOverviewMode: true,
);

Implementation

final InAppWebViewSettings? inAppWebViewSettings;