PopupMenuColors

data class PopupMenuColors(val backgroundColor: Color, val foregroundColor: Color)

The colors of the popup menu

Parameters

backgroundColor

The background color of the popup menu

foregroundColor

The foreground color of the popup menu (text and icons)

Constructors

Link copied to clipboard
constructor(backgroundColor: Color, foregroundColor: Color)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard