AATKitCachedBanner constructor

const AATKitCachedBanner({
  1. Key? key,
  2. required BannerCache bannerCache,
  3. Size initialCachedBannerSize = const Size(1, 1),
})

Implementation

const AATKitCachedBanner({
  super.key,
  required this.bannerCache,
  this.initialCachedBannerSize = const Size(1, 1),
});