TextSpec constructor

const TextSpec({
  1. TextOverflow? overflow,
  2. StrutStyle? strutStyle,
  3. TextAlign? textAlign,
  4. double? textScaleFactor,
  5. int? maxLines,
  6. TextStyle? style,
  7. TextWidthBasis? textWidthBasis,
  8. TextHeightBehavior? textHeightBehavior,
  9. TextDirection? textDirection,
  10. bool? softWrap,
  11. TextDirective? directive,
  12. AnimatedData? animated,
})

Implementation

const TextSpec({
  this.overflow,
  this.strutStyle,
  this.textAlign,
  this.textScaleFactor,
  this.maxLines,
  this.style,
  this.textWidthBasis,
  this.textHeightBehavior,
  this.textDirection,
  this.softWrap,
  this.directive,
  super.animated,
});