AdSize.getInlineAdaptiveBannerAdSize constructor

const AdSize.getInlineAdaptiveBannerAdSize(
  1. int width,
  2. int maxHeight
)

Implementation

const AdSize.getInlineAdaptiveBannerAdSize(int width, int maxHeight) : this._(
  height: maxHeight,
  type: AdSizeType.inline,
  width: width
);