boolean isHovered(Selectable selectable) {
   return selectable == picker.getCurrentHovered();
 }