VerticalTab
data class VerticalTab(val title: String?, val leadingIcon: ImageVector? = null, val leadingContent: @Composable () -> Unit? = null)
Constructors
Link copied to clipboard
constructor(title: String?, leadingIcon: ImageVector? = null, leadingContent: @Composable () -> Unit? = null)