TabPanelScope

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun Panel(modifier: Modifier = Modifier, content: @Composable BoxScope.() -> Unit)
Link copied to clipboard
fun Tab(modifier: Modifier = Modifier, content: @Composable BoxScope.() -> Unit)
Link copied to clipboard
fun TabPanelScope.Tab(text: String, modifier: Modifier = Modifier)

Convenience method for creating a Tab that is just text.