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