AppConfig constructor

AppConfig({
  1. String? title,
  2. String? showPrintButton,
  3. String? showShareButton,
  4. Colors? colors,
})

Implementation

AppConfig(
    {this.title,
    this.showPrintButton,
    this.showShareButton,
    this.colors,
    this.logo,
    this.mobileLogo,
    this.showEazeLogo});