BannerSize class
Defines the size of BannerAds. Only three ad sizes are supported. The width is flexible with 320px as minimum.
There are three predefined sizes:
- STANDARD (320 * 50px)
- LARGE (320 * 90px)
- MEDIUM_RECTANGLE (320 * 250px)
Constructors
- BannerSize({int width = 320, int height = 50})
-
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.
inherited
Constants
- LARGE → const BannerSize
- MEDIUM_RECTANGLE → const BannerSize
- STANDARD → const BannerSize