build
Builds a Text object by applying the given block to a StringBuilder.
Return
A Text instance containing the constructed string.
Parameters
block
A lambda that operates on a StringBuilder to construct the text content.
Builds a Text object by applying the given block to a StringBuilder.
A Text instance containing the constructed string.
A lambda that operates on a StringBuilder to construct the text content.