truncationMode
A value that indicates how the layout truncates the last line of text to fit into the available space.
Declaration
var truncationMode: Text.TruncationMode { get set }Discussion
The default value is Text.TruncationMode.tail. Some controls, however, might have a different default if appropriate.