selectedIndex property

int selectedIndex

Implementation

int get selectedIndex {
  return pane.selected ?? -1;
}