RadialMenuColors

data class RadialMenuColors(val itemBackground: Color, val itemBackgroundSelected: Color, val iconTint: Color, val iconTintSelected: Color, val overlayColor: Color, val centerIndicatorColor: Color, val badgeColor: Color, val badgeTextColor: Color)(source)

Configuration for colors used in the radial menu.

Use the companion factory functions dark, light, or autoTheme for convenient presets, or construct a fully custom configuration.

Since

1.0.0

Constructors

Link copied to clipboard
constructor(itemBackground: Color, itemBackgroundSelected: Color, iconTint: Color, iconTintSelected: Color, overlayColor: Color, centerIndicatorColor: Color, badgeColor: Color, badgeTextColor: Color)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The background color of item badges.

Link copied to clipboard

The text color inside badges.

Link copied to clipboard

The color of the center dot indicator.

Link copied to clipboard

The tint color of the normal icon.

Link copied to clipboard

The tint color of the icon when its item is selected.

Link copied to clipboard

The normal background color of an item circle.

Link copied to clipboard

The background color of an item circle when selected.

Link copied to clipboard

The color of the background dimming scrim.