tabViewStyle(_:)
Sets the style for the tab view within the current environment.
Declaration
nonisolated func tabViewStyle<S>(_ style: S) -> some View where S : TabViewStyle
Parameters
- style:
The style to apply to this tab view.
Sets the style for the tab view within the current environment.
nonisolated func tabViewStyle<S>(_ style: S) -> some View where S : TabViewStyle
The style to apply to this tab view.