value property
T?
value
final
The value of the last selected item. If enableMultipleItems is true, then the value would be the last selectedItems element
Implementation
final T? value;
The value of the last selected item. If enableMultipleItems is true, then the value would be the last selectedItems element
final T? value;