BannerAdWidget.adaptive constructor
const
BannerAdWidget.adaptive({})
Creates an adaptive banner ad widget.
The banner automatically adjusts its width to fill the available space and selects the optimal height.
Implementation
const BannerAdWidget.adaptive({
required this.manager,
this.onEvent,
super.key,
}) : size = null,
adaptive = true;