WebViewLinuxWidget constructor

const WebViewLinuxWidget({
  1. Key? key,
  2. int initialWidth = 640,
  3. int initialHeight = 480,
  4. required CreationParams creationParams,
  5. required WebViewPlatformCallbacksHandler callbacksHandler,
  6. required JavascriptChannelRegistry javascriptChannelRegistry,
  7. WebViewPlatformCreatedCallback? onWebViewPlatformCreated,
})

Implementation

const WebViewLinuxWidget({
  Key? key,
  this.initialWidth = 640,
  this.initialHeight = 480,
  required this.creationParams,
  required this.callbacksHandler,
  required this.javascriptChannelRegistry,
  this.onWebViewPlatformCreated,
}) : super(key: key);