Package com.pspdfkit.compose.ui
Class PopupMenuColors
-
- All Implemented Interfaces:
public final class PopupMenuColors
The colors of the popup menu
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PopupMenuColors.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Color
backgroundColor
private final Color
foregroundColor
public final static PopupMenuColors.Companion
Companion
-
Constructor Summary
Constructors Constructor Description PopupMenuColors(Color backgroundColor, Color foregroundColor)
-
Method Summary
Modifier and Type Method Description final Color
getBackgroundColor()
final Color
getForegroundColor()
-
-
Method Detail
-
getBackgroundColor
final Color getBackgroundColor()
-
getForegroundColor
final Color getForegroundColor()
-
-
-
-