webConfig property

Object? webConfig
final

Web-specific options.

Pass a WebViewConfiguration instance (from nutrient_flutter). The type is declared as Object? so that platform_interface does not need to depend on nutrient_flutter.

Implementation

final Object? webConfig;