WindowsPlatformWebViewWidgetCreationParams constructor

const WindowsPlatformWebViewWidgetCreationParams({
  1. Key? key,
  2. required PlatformWebViewController controller,
})

Implementation

const WindowsPlatformWebViewWidgetCreationParams({
  super.key,
  required super.controller,
});