TabItemsColors
public struct TabItemsColors
A struct used to define the tab items colors.
-
Creates a
TabItemsColorsinstance.Declaration
Swift
public init(tabItemColor: Color, tabItemSelectionColor: Color)Parameters
tabItemColorthe tab item color.
tabItemSelectionColorthe tab item selection color.
View on GitHub
TabItemsColors Structure Reference