selectedValue property

DropdownItem? selectedValue
final

Pre-selected item (controlled mode). When provided, the parent owns the selection state.

Implementation

final DropdownItem<dynamic>? selectedValue;