wrapMode
An option that determines the flow of the text.
Overview
The default value is flowing.
Wrap Modes
singleLineDisplays text in a single line.
hardBreaksBreaks the text only at the text string’s line breaks.
flowingBreaks the text as needed to fit within the bounding box.
Declaration
token wrapMode = "flowing" (
allowedTokens = ["singleLine", "hardBreaks", "flowing"]
)