mediumRectangle constant

AdSize? const mediumRectangle

The medium rectangle (300x250) size.

Implementation

static const AdSize mediumRectangle = AdSize._(
  width: 300,
  height: 250,
  adSizeType: AdSizeType.WidthAndHeight,
);