A widget that displays text and supports basic HTML formatting.
var textParagraph = CardService.newTextParagraph() .setText("This is a text paragraph widget. Multiple lines are allowed if needed.");
A widget that displays text and supports basic HTML formatting.