AdDimensions class
The on-screen size of a loaded view-based ad, in logical pixels.
Constructors
- AdDimensions({required double width, required double height})
-
Creates dimensions of
widthxheight.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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override