Radial Menu Overlay
fun RadialMenuOverlay(items: List<RadialMenuItem>, colors: RadialMenuColors = RadialMenuColors.default(), animationConfig: RadialMenuAnimationConfig = RadialMenuAnimationConfig.default())(source)
The fullscreen overlay that displays the radial menu when active. Uses a Popup to render above all other UI elements (toolbars, FABs, etc.).
Place at the root of the app's composition tree (e.g. above navigation).
Since
1.0.0
Parameters
items
The same items list passed to RadialMenuWrapper.
colors
The color configuration.
animation Config
The animation configuration.