AdBadgeConfiguration constructor Null safety

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

Implementation

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