AdActionButtonConfig constructor

AdActionButtonConfig({
  1. bool visible = true,
  2. String textColor = '#FFFFFF',
  3. String buttonColor = '#0747A1',
  4. int fontSize = 12,
})

Implementation

AdActionButtonConfig({
  this.visible = true,
  this.textColor = '#FFFFFF',
  this.buttonColor = '#0747A1',
  this.fontSize = 12,
});