TabItemsColors
public struct TabItemsColors
A struct used to define the tab items colors.
-
Creates a
TabItemsColors
instance.Declaration
Swift
public init(tabItemColor: Color, tabItemSelectionColor: Color)
Parameters
tabItemColor
the tab item color.
tabItemSelectionColor
the tab item selection color.