FastDefaultNativeAd constructor
const
FastDefaultNativeAd({
- Key? key,
- FastAdSize adSize = FastAdSize.medium,
Implementation
const FastDefaultNativeAd({
super.key,
this.adSize = FastAdSize.medium,
});