BannerAdSize constructor

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

Implementation

const BannerAdSize({
  required int width,
  required int height,
}) : super(width: width, height: height);