banner constant

AdSize? const banner

The standard banner (320x50) size.

Implementation

static const AdSize banner = AdSize._(
  width: 320,
  height: 50,
  adSizeType: AdSizeType.WidthAndHeight,
);