BannerAdSize.sticky constructor

const BannerAdSize.sticky({
  1. required int width,
})

Returns sticky banner size with the given width.

width The width of the ad container in density-independent pixels (dp).

Implementation

const BannerAdSize.sticky({
  required int width,
}) : this._(width, _initialHeight, _AdSizeType.sticky);