WindowsConfig constructor

const WindowsConfig({
  1. bool generate = false,
  2. String? imagePath,
  3. int? iconSize,
})

Creates a instance of WindowsConfig

Implementation

const WindowsConfig({
  this.generate = false,
  this.imagePath,
  this.iconSize,
});