AdBadgeConfiguration constructor Null safety
- {AdBadgeTextType? badgeTextType,
- String? backgroundColor,
- String? textColor,
- AndroidFontInfo? androidFontInfo}
Implementation
AdBadgeConfiguration({
this.badgeTextType,
this.backgroundColor,
this.textColor,
this.androidFontInfo,
});