AdIconConfig constructor

AdIconConfig({
  1. bool visible = true,
  2. int height = 50,
  3. int width = 50,
})

Implementation

AdIconConfig({
  this.visible = true,
  this.height = 50,
  this.width = 50,
});