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)