ConsentDialogStyleConfiguration constructor

ConsentDialogStyleConfiguration(
  1. String? icon,
  2. Color? primaryColor,
  3. Color? secondaryColor,
  4. Color? buttonTextColor,
  5. Color? textColor,
)

Implementation

ConsentDialogStyleConfiguration(this.icon, this.primaryColor,
    this.secondaryColor, this.buttonTextColor, this.textColor);