AdSize constructor

const AdSize({
  1. required double? width,
  2. required double? height,
})

Implementation

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