value property

String get value

Implementation

String get value => _controller?.text ?? "";
set value (String value)

Implementation

set value(String value) => _controller?.text = value;