ConsentStyleConfiguration constructor

ConsentStyleConfiguration(
  1. Color? backgroundColor,
  2. Color? textColor,
  3. double? barBackgroundOpacity,
  4. Color? buttonBackgroundColor,
  5. Color? buttonTextColor,
  6. ConsentDialogStyleConfiguration? dialogStyle,
)

Implementation

ConsentStyleConfiguration(
    this.backgroundColor,
    this.textColor,
    this.barBackgroundOpacity,
    this.buttonBackgroundColor,
    this.buttonTextColor,
    this.dialogStyle);