FsCommand constructor

FsCommand({
  1. int? left,
  2. String? positionOption,
  3. int? top,
  4. int? windowHeight,
  5. int? windowWidth,
})

Implementation

FsCommand({
  this.left,
  this.positionOption,
  this.top,
  this.windowHeight,
  this.windowWidth,
});