textOverflow property

TextOverflow? textOverflow
final

How visual overflow should be handled.

Is used in the default constructor that creates a button with text.

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? textOverflow;