accessibilityHidden(_:isEnabled:)
Specifies whether to hide this view from system accessibility features.
Declaration
nonisolated func accessibilityHidden(_ hidden: Bool, isEnabled: Bool) -> ModifiedContent<Content, Modifier>Parameters
- hidden:
Whether to hide this view from accessibility features.
- isEnabled:
If true the accessibility hidden state is applied; otherwise the accessibility hidden state is unchanged.