setNewText method

void setNewText(
  1. String newText
)

Implementation

void setNewText(String newText) {
  setState(() { text = newText; });
}