SmartAdContainer constructor
const
SmartAdContainer({})
Implementation
const SmartAdContainer({
Key? key,
this.height = 200,
this.preferredAdType = AdType.native,
this.fallbackAdTypes = const [AdType.banner],
}) : super(key: key);