SmartBannerAdSize constructor

SmartBannerAdSize(
  1. Orientation orientation
)

Default constructor for SmartBannerAdSize.

Implementation

SmartBannerAdSize(this.orientation) : super(width: -1, height: -1);