setText method

void setText(
  1. String val
)

Implementation

void setText(String val) {
  _text = val;
  notifyListeners();
}