TextData constructor
TextData(
- int maxLines,
- InlineSpan text,
- TextAlign textAlign,
- double textScaleFactor,
- TextOverflow textOverflow,
Implementation
TextData(
this.maxLines,
this.text,
this.textAlign,
this.textScaleFactor,
this.textOverflow,
);