How can I make dropdown menus in a NavigationView just like the ones in the Files app?

Does it use custom views?
Answered by BabyJ in 641462022
Use a DisclosureGroup.
Use Menu in a ToolBarItem. swiftwithmajid.com/2020/08/05/menus-in-swiftui
Thanks for the reply, but it's not that (but thanks for that because it's interesting). I want to do something like the drop down sections or something in Files. They're the "Locations", "Favorites", and "Tags" drop down section things.
Accepted Answer
Use a DisclosureGroup.
Thanks a lot, @BabyJ!
How can I make dropdown menus in a NavigationView just like the ones in the Files app?
 
 
Q