value property

T? value
final

The currently selected item, if any.

When null, no item is selected. The picker highlights this item visually to indicate the current selection state.

Implementation

final T? value;