Tab Bar
Represents a Material UI styled container for bottom tab items, used to organize and switch between different views.
Overview
Initializer
TabBar(selection: Binding<TabBarItem>, @ViewBuilder content: () -> Content)Parameters
Modifier
tabBarItem(
systemImage: String,
titleKey: String,
selection: Binding<TabBarItem>
)Example


Last updated