AdBadgeConfiguration constructor

AdBadgeConfiguration({
  1. AdBadgeTextType? badgeTextType,
  2. String? backgroundColor,
  3. String? textColor,
  4. AndroidFontInfo? androidFontInfo,
})

Implementation

AdBadgeConfiguration({
  this.badgeTextType,
  this.backgroundColor,
  this.textColor,
  this.androidFontInfo,
});