AdStoreConfig constructor

AdStoreConfig({
  1. bool visible = true,
  2. int fontSize = 11,
  3. String textColor = '#FFFFFF',
})

Implementation

AdStoreConfig({
  this.visible = true,
  this.fontSize = 11,
  this.textColor = '#FFFFFF',
});