selectedItem property
T?
get
selectedItem
Gets the currently selected item (for single-select).
Implementation
T? get selectedItem => _selectedItem;
Gets the currently selected item (for single-select).
T? get selectedItem => _selectedItem;