WindowsWebViewControllerCreationParams constructor

const WindowsWebViewControllerCreationParams({
  1. String? userDataFolder,
  2. String? profileName,
  3. bool suspendDuringDeactive = true,
})

Implementation

const WindowsWebViewControllerCreationParams({
  this.userDataFolder,
  this.profileName,
  this.suspendDuringDeactive = true,
}) : super();