changeText method

dynamic changeText(
  1. String text
)

Implementation

changeText(String text) {
  this.text = text;
  notifyListeners();
}