TabSpec¶
data class TabSpec(
val id: String,
val title: Component,
val icon: TabIcon? = null,
val enabled: Boolean = true,
val content: @Composable
() -> Unit
)
Data describing a single Create World style tab.
Constructors¶
TabSpec¶
Properties¶
content¶
enabled¶
icon¶
id¶
title¶
val title: Component