SeoText constructor

const SeoText(
  1. String text, {
  2. Key? key,
  3. TextStyle? style,
  4. TextAlign? textAlign,
  5. String htmlTag = 'p',
  6. int? maxLines,
  7. TextOverflow? overflow,
  8. TextDirection? textDirection,
})

Implementation

const SeoText(
  this.text, {
  super.key,
  this.style,
  this.textAlign,
  this.htmlTag = 'p',
  this.maxLines,
  this.overflow,
  this.textDirection,
}) : _isHeading = false;