AdSize.getAnchoredAdaptiveBannerAdSize constructor

const AdSize.getAnchoredAdaptiveBannerAdSize(
  1. int width
)

Implementation

const AdSize.getAnchoredAdaptiveBannerAdSize(int width) : this._(
  type: AdSizeType.anchored,
  width: width
);