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