Theming
Because cascade reuses the same components as DropdownMenu, you can follow the
official material3 documentation for theming menus and expect the
specs to work with cascade.
| Design attribute |
Theme token |
| Shape |
MaterialTheme.shapes.extraSmall |
| Background color |
MaterialTheme.colorScheme.surface |
| Design attribute |
Theme token |
| Content color |
LocalContentColor with 60% opacity |
| Text style |
MaterialTheme.typography.labelLarge with 90% font size and letter spacing |
| Design attribute |
Theme token |
| Icon size |
24dp minimum |
| Colors |
MenuItemColors |
| Text style |
MaterialTheme.typography.labelLarge |