AdBadgeConfiguration class

Constructors

AdBadgeConfiguration({AdBadgeTextType? badgeTextType, String? backgroundColor, String? textColor, AndroidFontInfo? androidFontInfo})

Properties

androidFontInfo AndroidFontInfo?
The Android font info of ad badge. The property is ignored when fontSize is not set. Only supported on Android.
getter/setter pair
backgroundColor String?
The background color of the ad badge. Defaults to #000000 on iOS. Defaults to #5178EE with alpha is 96.5% on Android.
getter/setter pair
badgeTextType AdBadgeTextType?
The text type of the ad badge. Defaults to sponsored.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor String?
The color of the ad badge text. Defaults to #ffffff.
getter/setter pair

Methods

deepCopy() AdBadgeConfiguration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited