AdBanner constructor
AdBanner({})
Implementation
AdBanner(
{String? adUnitId,
this.widgetAboveIfAddIsShown = const SizedBox.shrink(),
this.widgetBelowIfAddIsShown = const SizedBox.shrink(),
this.backgroundColor = Colors.white,
Key? key})
: super(key: key) {
future = AdService().getBanner(adUnitId: adUnitId);
}