MarkdownUrlText constructor
const
MarkdownUrlText(
- String text, {
- TextStyle? style,
- TextStyle? linkStyle,
- TextAlign? textAlign,
- bool? softWrap,
- TextOverflow? overflow,
- int? maxLines,
- Locale? locale,
- StrutStyle? strutStyle,
- TextDirection? textDirection,
- TextHeightBehavior? textHeightBehavior,
- double? textScaleFactor,
- Color? selectionColor,
- 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);