DialogMenuDetail

Represents a detail of a single menu item in the dialog.

Since

1.0.0-beta.1

Properties

Link copied to clipboard
open val icon: Painter?

The icon of the item. Defaults to null.

Link copied to clipboard
abstract val key: String

The key of the item.

Link copied to clipboard
open val onClick: () -> Unit
Link copied to clipboard
open val tint: Color

The tint color of the icon. Defaults to Color.Unspecified.

Link copied to clipboard
abstract val title: String

The title of the item.