.inspector(isPresented: $presentInspector) {
   InspectorView()
      .inspectorColumnWidth(min: 200, ideal: 250, max: 300)
}