text property
String
get
text
Gets the current text value.
Use changeText or clear to modify the text value.
Implementation
String get text => _text;
Gets the current text value.
Use changeText or clear to modify the text value.
String get text => _text;