DesktopTitleBar

Types

Link copied to clipboard
class Setup(val showAlwaysOnTop: Boolean = true, val showThemeSelector: Boolean = true)

setup for the DesktopMenuBar, which is used to configure the appearance and behavior of the menu bar.

Link copied to clipboard
class TitleAction(val title: String, val imageVector: ImageVector, val onClick: () -> Unit)

an action item placed directly in the right corner of the menu bar, which can be used to perform a specific action when clicked.