TextButton
data class TextButton(val icon: @Composable ToolbarScope.() -> Unit, val textButton: @Composable ToolbarScope.() -> Unit) : ToolbarStyleIcon, ToolbarStyleTextButton
Constructors
Link copied to clipboard
constructor(icon: @Composable ToolbarScope.() -> Unit, textButton: @Composable ToolbarScope.() -> Unit)