selectedState property

T? selectedState
final

The initial value selected in the dropdown. If no initial value is provided, the first item in the list is selected by default.

Implementation

final T? selectedState;