leaderboard constant

AdSize? const leaderboard

The leaderboard (728x90) size.

Implementation

static const AdSize leaderboard = AdSize._(
  width: 728,
  height: 90,
  adSizeType: AdSizeType.WidthAndHeight,
);