TabDetails

data class TabDetails(val icon: ImageVector? = null, val selectedIcon: ImageVector = Icons.Default.Check, val tabTitle: String)

Data class used to represent the details of a tab

Constructors

Link copied to clipboard
constructor(icon: ImageVector? = null, selectedIcon: ImageVector = Icons.Default.Check, tabTitle: String)

Properties

Link copied to clipboard
val icon: ImageVector? = null

The representative icon for the tab

Link copied to clipboard

The icon to display when the tab is currently selected

Link copied to clipboard

The title of the tab