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