MaxNativeAdAdvertiserView constructor

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

Creates Text for the advertiser text. The platform native ad loader provides an advertiser text.

Implementation

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