TextData constructor

TextData(
  1. int maxLines,
  2. InlineSpan text,
  3. TextAlign textAlign,
  4. TextScaler textScaleFactor,
  5. TextOverflow textOverflow,
)

Implementation

TextData(
  this.maxLines,
  this.text,
  this.textAlign,
  this.textScaleFactor,
  this.textOverflow,
);