value property

String get value

Implementation

String get value => valueLabel.caption;
set value (String newValue)

Implementation

set value(String newValue) {
  valueLabel.caption = newValue;
}