value property
The current value of the object. When the value changes, the callbacks registered with addListener will be invoked.
Implementation
T get value;
set
value
(double newValue)
Implementation
set value(double newValue) {
_hooked.value = newValue;
}