MaxNativeAdBodyView constructor
const
MaxNativeAdBodyView({})
Displays the body text of the native ad using a Text widget. The body text is provided by the native ad loader.
Implementation
const MaxNativeAdBodyView({
super.key,
this.style,
this.textAlign,
this.softWrap,
this.overflow,
this.maxLines,
});