BannerAdWidget constructor
const
BannerAdWidget({
- Key? key,
- double? height,
- AdSize adSize = AdSize.banner,
- EdgeInsets? margin,
- Color? backgroundColor,
Implementation
const BannerAdWidget({
Key? key,
this.height,
this.adSize = AdSize.banner,
this.margin,
this.backgroundColor,
}) : super(key: key);