value property
T
get
value
The current value.
Implementation
T get value => state;
set
value
(T newValue)
Sets the value.
Implementation
set value(T newValue) => setState(newValue);