AATKitCachedBanner constructor
const
AATKitCachedBanner({
- Key? key,
- required BannerCache bannerCache,
- Size initialCachedBannerSize = const Size(1, 1),
Implementation
const AATKitCachedBanner({
super.key,
required this.bannerCache,
this.initialCachedBannerSize = const Size(1, 1),
});