Jetpack Compose Material 3 1.5.0-alpha15 introduces a unified `LocalMaterialTheme` CompositionLocal, replacing separate locals for color, typography, shapes, and motion. The key benefit is enabling `CompositionLocalConsumerModifierNode` to read theme data directly inside custom Modifier nodes without passing props manually or
Sort: