SafaehUserText constructor

const SafaehUserText(
  1. String data, {
  2. Key? key,
  3. TextStyle? style,
  4. int? maxLines,
  5. TextOverflow? overflow,
  6. TextAlign? textAlign,
  7. bool softWrap = true,
  8. TextWidthBasis? textWidthBasis,
  9. StrutStyle? strutStyle,
  10. String? semanticsLabel,
  11. int? maxGraphemes,
})

Implementation

const SafaehUserText(
  this.data, {
  super.key,
  this.style,
  this.maxLines,
  this.overflow,
  this.textAlign,
  this.softWrap = true,
  this.textWidthBasis,
  this.strutStyle,
  this.semanticsLabel,
  this.maxGraphemes,
});