Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Jetpack Compose version: Compose BOM "2024.10.01"
Material Library Version (M2, M3 or Both?): M3
Material Compose component used: Surface
Android Studio Build: Build #AI-242.23339.11.2421.12550806, built on October 24, 2024
Kotlin version: 2.0.20
Request to change the content parameter in the Surface composable to support BoxScope. This would enable developers to use modifiers and properties available in BoxScope within the Surface's content, avoiding the need to create an additional Box composable.
Example of usage: