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