WebConfig constructor

const WebConfig({
  1. bool generate = false,
  2. String? imagePath,
  3. String? backgroundColor,
  4. String? themeColor,
})

Creates an instance of WebConfig

Implementation

const WebConfig({
  this.generate = false,
  this.imagePath,
  this.backgroundColor,
  this.themeColor,
});