AdmobBannerSize constructor

const AdmobBannerSize({
  1. required int width,
  2. required int height,
  3. String? name,
})

Implementation

const AdmobBannerSize({
  required this.width,
  required this.height,
  this.name,
});