BannerAdSize class
Constructors
- BannerAdSize({required int width, required int height})
-
const
Properties
Methods
-
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.
override
Constants
- The standard banner (320x50) size.
- fullBanner → const BannerAdSize
- The full banner (468x60) size.
- largeBanner → const BannerAdSize
- The large banner (320x100) size.
- largeRectangle → const BannerAdSize
- The large rectangle (320x480) size.
- leaderboard → const BannerAdSize
- The leaderboard (728x90) size.
- mediumRectangle → const BannerAdSize
- The medium rectangle (300x250) size.