The font width to apply. See FontWidth for available values (e.g.,
"compressed", "condensed", "standard", "expanded").Sets the font width variant for text content.
.fontWidth(width: FontWidth)
"compressed", "condensed", "standard", "expanded").Text("Condensed Heading")
.fontWidth("condensed")
Text("WIDE")
.fontWidth("expanded")
Text("Compact Bold")
.fontWeight("bold")
.fontWidth("compressed")