PreferenceCenterConfiguration constructor

PreferenceCenterConfiguration({
  1. String? fontFamily,
  2. String? logoUrl,
  3. bool? showCookie,
  4. bool? showConsent,
  5. bool? showDSR,
  6. String? title,
  7. String? description,
  8. String? dsrContent,
  9. String? privacy_notice_heading,
  10. String? preference_center_heading,
  11. String? dsr_center_heading,
})

Implementation

PreferenceCenterConfiguration(
    {this.fontFamily,
      this.logoUrl,
      this.showLogo,
      this.showCookie,
      this.showConsent,
      this.showDSR,
      this.title,
      this.description,
      this.dsrContent,
      this.privacy_notice_heading,
      this.preference_center_heading,
      this.dsr_center_heading
    });