setText method

void setText(
  1. String text
)

Implementation

void setText(String text) {
  _state?.setText(text);
}