SeoText constructor
const
SeoText(
- String text, {
- Key? key,
- TextStyle? style,
- TextAlign? textAlign,
- String htmlTag = 'p',
- int? maxLines,
- TextOverflow? overflow,
- TextDirection? textDirection,
Implementation
const SeoText(
this.text, {
super.key,
this.style,
this.textAlign,
this.htmlTag = 'p',
this.maxLines,
this.overflow,
this.textDirection,
}) : _isHeading = false;