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