OptionalellipsisString appended to the last line when maxLines truncated the text.
OptionalmaxCap on the number of lines. Anything past it is dropped, which Paragraph.didExceedMaxLines then reports.
OptionalstrutFixed line box for deterministic leading.
OptionaltextMatched case-insensitively. An unrecognised value is ignored and the default alignment stands, so a typo fails silently.
OptionaltextBase direction for the paragraph. Matched case-insensitively; an unrecognised value is ignored.
OptionaltextFirst/last-line leading trim: 0 All, 1 DisableFirstAscent,
2 DisableLastDescent, 3 DisableAll. Mirrors CanvasKit's
TextHeightBehavior.
OptionaltextThe style text starts in, before any ParagraphBuilder.pushStyle. Font variations are read from here and nowhere else.
🧪 Not in the HTML Canvas standard.