Returns whether or not a dessert row is selected by index.
bool isSelected(int index) => _dessertSelections.contains(index);