I want to have a navigation bar display large titles always. i.e., not to make the title small in a scroll view when the scrolling.
I believe previously we would achieve this typing
navigationItem.largeTitleDisplayMode = .always
What is the equivalent way of doing this in swiftUI?