value property
String
get
value
Implementation
String get value => controller!.value.text;
set
value
(String newValue)
Implementation
set value(String newValue) {
controller!.text = newValue;
}