toggleAlt method

void toggleAlt()

Implementation

void toggleAlt() {
  alt = !alt;
  notifyListeners();
}