getText method

String getText()

Implementation

String getText() {
  return _textEditingController.value.text;
}