BannerAdTurbo class

Constructors

BannerAdTurbo()

Properties

bannerAd ↔ BannerAd
----------------------- BannerAdTurbo ----------------------///
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

Methods

getBannerAdTurbo() Widget?
loadBannerAdTurbo({required String adUnitId, required AdSize adSize, List<String>? keywords, String? contentUrl, List<String>? neighboringContentUrls, bool? nonPersonalizedAds, int? httpTimeoutMillis, String? mediationExtrasIdentifier, Map<String, String>? extras, AdEventCallback? onAdLoaded, AdLoadErrorCallback? onAdFailedToLoad, AdEventCallback? onAdOpened, AdEventCallback? onAdClosed, AdEventCallback? onAdWillDismissScreen, AdEventCallback? onAdImpression, OnPaidEventCallback? onPaidEvent, AdEventCallback? onAdClicked}) Future<void>
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

Static Methods

custom({required int width, required int height}) → AdSize

Constants

The standard banner (320x50) size.
fluid → const AdSize
A dynamically sized banner that matches its parent's width and expands/contracts its height to match the ad's content after loading completes.
fullBanner → const AdSize
The full banner (468x60) size.
largeBanner → const AdSize
The large banner (320x100) size.
leaderboard → const AdSize
The leaderboard (728x90) size.
mediumRectangle → const AdSize
The medium rectangle (300x250) size.