BannerSize constructor

const BannerSize({
  1. String type = BannerSizeType.CUSTOM,
  2. int width = 320,
  3. int height = 50,
})

Implementation

const BannerSize(
    {this.type = BannerSizeType.CUSTOM, this.width = 320, this.height = 50});