TextSpecAttribute constructor

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

Implementation

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