func accessibilityElement (children: AccessibilityChildBehavior ) -> some View
Creates a new accessibility element, or modifies the
AccessibilityChildBehavior
of the existing accessibility element.func accessibilityChildren <V>(children: () -> V) -> some View
Replaces the existing accessibility element’s children with one or more new synthetic accessibility elements.