@State var show = true

.onTapGesture {
    self.show.toggle()
}