AppGradientBackground
fun AppGradientBackground(modifier: Modifier = Modifier, gradientColors: GradientColors = LocalGradientColors.current, content: @Composable () -> Unit)
A gradient background for select screens. Uses LocalBackgroundTheme to set the gradient colors of a Box within a Surface.
Parameters
modifier
Modifier to be applied to the background.
gradientColors
The gradient colors to be rendered.
content
The background content.