fullBanner constant

AdSize? const fullBanner

The full banner (468x60) size.

Implementation

static const AdSize fullBanner = AdSize._(
  width: 468,
  height: 60,
  adSizeType: AdSizeType.WidthAndHeight,
);