TxMatchingText constructor

const TxMatchingText(
  1. String text, {
  2. Key? key,
  3. String? query,
  4. TextStyle? style,
  5. TextStyle? matchedStyle,
  6. Color? matchedColor,
  7. StrutStyle? strutStyle,
  8. TextAlign? textAlign,
  9. TextDirection? textDirection,
  10. Locale? locale,
  11. bool? softWrap,
  12. TextOverflow? overflow,
  13. TextScaler? textScaler,
  14. int? maxLines,
  15. String? semanticsLabel,
  16. 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,
});