setText method

void setText(
  1. String text
)

Set the text content for this block

Implementation

void setText(String text) {
  _text = text;
}