Background Box
@Composable
A composable function that creates a Box with a background color that fills the maximum size.
Parameters
modifier
The Modifier to be applied to the Box.
content Alignment
The Alignment of the content inside the Box.
propagate Min Constraints
Whether the minimum constraints should be propagated.
content
The content to be displayed inside the Box.