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