Radial Menu Colors
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
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 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.