toggleShowInformation method

void toggleShowInformation()

Implementation

void toggleShowInformation() {
  isShowInformation.value = !isShowInformation.value;
}