Malefic Box
@Composable
A composable function that applies Malefic Theming and creates a themed Box with an applied background color.
Parameters
input Stream
The InputStream containing the theme configuration for the Malefic Theme.
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.
@Composable
A composable function that applies Malefic Theming and creates a themed Box with an applied background color.
Parameters
theme Config
The ThemeConfig configuration for the Malefic Theme.
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.