width property

double? width
final

The width 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 Row requires an Expanded or a defined width. Usage inside of a ListView requires a defined width.

Implementation

final double? width;