overflow property

TextOverflow overflow
final

How visual overflow should be handled.

If softWrap is true or null, the glyph causing overflow, and those that follow, will not be rendered. Otherwise, it will be shown with the given overflow option.

Implementation

final TextOverflow overflow;