AdFeedWidget constructor

AdFeedWidget({
  1. Key? key,
  2. required String posId,
  3. bool show = true,
  4. double width = 375,
  5. double height = 128,
})

Implementation

AdFeedWidget({
  Key? key,
  required this.posId,
  this.show = true,
  this.width = 375,
  this.height = 128,
}) : super(key: key);