text property

String get text

Implementation

String get text => controller.text.trim().toString();
set text (String data)

Implementation

set text(String data) {
  controller.text = data;
}