func accessibilityRotor <Content>(AccessibilitySystemRotor , entries: () -> Content) -> some View
Create an Accessibility Rotor replacing the specified system-provided Rotor.
func accessibilityRotor <EntryModel , ID>(AccessibilitySystemRotor , entries: [EntryModel ], entryID : KeyPath <EntryModel , ID>, entryLabel : KeyPath <EntryModel , String>) -> some View
Create an Accessibility Rotor replacing the specified system-provided Rotor.
func accessibilityRotor <EntryModel >(AccessibilitySystemRotor , entries: [EntryModel ], entryLabel : KeyPath <EntryModel , String>) -> some View
Create an Accessibility Rotor replacing the specified system-provided Rotor.
struct AccessibilitySystemRotor
Designates a Rotor that replaces one of the automatic, system-provided Rotors with a developer-provided Rotor.