value property

T? value
final

The value of the currently selected DropdownMenuItem, or null if no item has been selected. If value is null then the menu is popped up as if the first item were selected.

Implementation

final T? value;