text property

String text

Text in the field.

Just a shortcut for textEditingController.text.

Implementation

String get text => textEditingController.text;