DesktopWindowOptions constructor

const DesktopWindowOptions({
  1. bool lockParentWindow = false,
})

Creates an instance of DesktopWindowOptions.

Implementation

const DesktopWindowOptions({this.lockParentWindow = false});