LinuxOptions constructor

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

Creates an instance of LinuxOptions.

Implementation

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