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