AdSize constructor

const AdSize({
  1. double width = 0,
  2. double height = 0,
})

Implementation

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