toggleInfo method

void toggleInfo()

Implementation

void toggleInfo() {
  showInfo.value = !showInfo.value;
}