value property

T? value
final

The value of the currently selected EJSelectorItem.

EJSelectorButton will use value if useValue is true; If value is null and useValue is true and hint is non-null, the hint widget is displayed as a placeholder for the EJSelectorButton's value.

Implementation

final T? value;