MarkdownUrlText constructor

const MarkdownUrlText(
  1. String text, {
  2. TextStyle? style,
  3. TextStyle? linkStyle,
  4. TextAlign? textAlign,
  5. bool? softWrap,
  6. TextOverflow? overflow,
  7. int? maxLines,
  8. Locale? locale,
  9. StrutStyle? strutStyle,
  10. TextDirection? textDirection,
  11. TextHeightBehavior? textHeightBehavior,
  12. double? textScaleFactor,
  13. Color? selectionColor,
  14. Key? key,
})

Implementation

const MarkdownUrlText(this.text,
    {this.style,
    this.linkStyle,
    this.textAlign,
    this.softWrap,
    this.overflow,
    this.maxLines,
    this.locale,
    this.strutStyle,
    this.textDirection,
    this.textHeightBehavior,
    this.textScaleFactor,
    this.selectionColor,
    Key? key})
    : super(key: key);