init(_:image:value:content:)
Creates a tab that the tab view presents when the tab view’s selection matches the tab’s value, with a localized string key label.
Declaration
nonisolated init(_ titleKey: LocalizedStringKey, image: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabelParameters
- titleKey:
The localized string key label for the tab’s tab item.
- image:
The image for the tab’s tab item.
- value:
The
selectionvalue which selects this tab. - content:
The view content of the tab.