BigoNativeAdTextView constructor

const BigoNativeAdTextView(
  1. String data, {
  2. Key? key,
  3. required BigoAdTag adTag,
  4. TextStyle? style,
  5. TextAlign? textAlign,
  6. bool? softWrap,
  7. TextOverflow? overflow,
  8. int? maxLines,
})

Implementation

const BigoNativeAdTextView(
  this.data, {
  Key? key,
  required BigoAdTag adTag,
  this.style,
  this.textAlign,
  this.softWrap,
  this.overflow,
  this.maxLines,
}) : super(key: key, adTag: adTag);