getLastSelected abstract method

DropdownItem<T>? getLastSelected()

The last selected item, for SingleSelectionDropdownController, it would be the current selected item; for MultiSelectionDropdownController, it would be the last selected item.

Implementation

DropdownItem<T>? getLastSelected();