text property

String get text

Gets the current text value.

Use changeText or clear to modify the text value.

Implementation

String get text => _text;