HorizontalTab

data class HorizontalTab(val title: String?, val leadingIcon: ImageVector? = null, val subtitle: String? = null, val trailing: @Composable () -> Unit? = null, val modifier: Modifier = Modifier)

Constructors

Link copied to clipboard
constructor(title: String?, leadingIcon: ImageVector? = null, subtitle: String? = null, trailing: @Composable () -> Unit? = null, modifier: Modifier = Modifier)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subtitle: String? = null
Link copied to clipboard
Link copied to clipboard
val trailing: @Composable () -> Unit? = null