initialValue property

T? initialValue
final

The value of the currently selected ListItem, 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? initialValue;