customItem

abstract fun customItem(appbarContent: @Composable () -> Unit, menuContent: @Composable (AppBarMenuState) -> Unit)

Adds a custom item to the AppBarRow or AppBarColumn.

Parameters

appbarContent

The composable to display in the app bar.

menuContent

The composable to display in the overflow menu. It receives an AppBarMenuState instance.