value property
T
value
final
The current value of the component.
This represents the component's current state and should be used by the UI to display the correct value to the user.
Implementation
final T value;