collapsible(_:)
Sets whether a section can be collapsed by the user.
Declaration
func collapsible(_ collapsible: Bool) -> some View
Discussion
This modifier only applies to sections in List views that have the sidebar style.
Sets whether a section can be collapsed by the user.
func collapsible(_ collapsible: Bool) -> some View
This modifier only applies to sections in List views that have the sidebar style.