AdBannerWidget constructor
AdBannerWidget({})
Implementation
AdBannerWidget({
Key? key,
required this.posId,
this.interval = 30,
this.show = true,
this.width = 300,
this.height = 150,
}) : super(key: key);