WindowsOptions constructor

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

Creates an instance of WindowsOptions.

Implementation

const WindowsOptions({super.lockParentWindow});