value property Null safety
final
The value to return if the user selects this menu item.
Eventually returned in a call to DropdownButton.onChanged.
Implementation
final T? value;
The value to return if the user selects this menu item.
Eventually returned in a call to DropdownButton.onChanged.
final T? value;