SafaehLtrText constructor

const SafaehLtrText(
  1. String data, {
  2. Key? key,
  3. TextStyle? style,
  4. int? maxLines,
  5. TextOverflow? overflow,
  6. TextAlign? textAlign,
  7. bool? softWrap,
})

Implementation

const SafaehLtrText(
  this.data, {
  super.key,
  this.style,
  this.maxLines,
  this.overflow,
  this.textAlign,
  this.softWrap,
});