BannerAdWidget constructor
const
BannerAdWidget({})
Creates a banner ad widget with a fixed size.
Defaults to a standard 320x50 banner.
Implementation
const BannerAdWidget({
required this.manager,
this.size,
this.onEvent,
super.key,
}) : adaptive = false;