MaxNativeAdTitleView constructor

const MaxNativeAdTitleView({
  1. Key? key,
  2. TextStyle? style,
  3. TextAlign? textAlign,
  4. bool? softWrap,
  5. TextOverflow? overflow,
  6. int? maxLines,
})

Creates Text for the title text. The platform native ad loader provides a title text.

Implementation

const MaxNativeAdTitleView({
  super.key,
  this.style,
  this.textAlign,
  this.softWrap,
  this.overflow,
  this.maxLines,
});