height property

double? height
final

The height of the ad. If this is null, the widget will expand

🔴IMPORTANT❗🔴: Ad views that have a width or height smaller than 32 will be demonetized in the future. Please make sure the ad view has sufficiently large area.

Usage inside of a Column requires an Expanded or a defined height. Usage inside of a ListView requires a defined height.

Implementation

final double? height;