AdLayoutConfig constructor

AdLayoutConfig({
  1. int mediaContentHeight = 250,
  2. int adTileHeight = 70,
  3. int adActionHeight = 50,
  4. BoxContentAlignment adTileAlignment = BoxContentAlignment.top,
})

Implementation

AdLayoutConfig({
  this.mediaContentHeight = 250,
  this.adTileHeight = 70,
  this.adActionHeight = 50,
  this.adTileAlignment = BoxContentAlignment.top,
});