WindowsOptions constructor

const WindowsOptions({
  1. String? acceptLabel,
  2. bool lockParentWindow = false,
})

Creates an instance of WindowsOptions.

Implementation

const WindowsOptions({this.acceptLabel, super.lockParentWindow});