AppBannerAd constructor
const
AppBannerAd({
- Key? key,
- required BannerConfig config,
- AdSize? size,
Implementation
const AppBannerAd({
Key? key,
required this.config,
this.size,
}) : super(key: key);