value property

String get value

Implementation

String get value => controller.text;
set value (String newValue)

Implementation

set value(String newValue) {
  controller.text = newValue;
}