setText method

void setText(
  1. String newtext
)

change the text of the widgeton the fly

Implementation

void setText(String newtext) {
  widgetState.setNewText(newtext);
}