TxMatchingText constructor
const
TxMatchingText(
- String text, {
- Key? key,
- String? query,
- TextStyle? style,
- TextStyle? matchedStyle,
- Color? matchedColor,
- StrutStyle? strutStyle,
- TextAlign? textAlign,
- TextDirection? textDirection,
- Locale? locale,
- bool? softWrap,
- TextOverflow? overflow,
- TextScaler? textScaler,
- int? maxLines,
- String? semanticsLabel,
- TextWidthBasis? textWidthBasis,
Implementation
const TxMatchingText(
this.text, {
super.key,
this.query,
this.style,
this.matchedStyle,
this.matchedColor,
this.strutStyle,
this.textAlign,
this.textDirection,
this.locale,
this.softWrap,
this.overflow,
this.textScaler,
this.maxLines,
this.semanticsLabel,
this.textWidthBasis,
});