extension View {
   func showBorder(_ show: Bool) -> some View {
      containerValue(\.showBorder, show)
   }
}