background Color
Color to draw behind the blurred content. Ideally should be opaque so that the original content is not visible behind. Typically this would be MaterialTheme.colorScheme.surface or similar.
There are precedence rules to how this styling property is applied:
This property value, if specified.
HazeStyle.backgroundColor value set in style, if specified.
HazeStyle.backgroundColor value set in the LocalHazeStyle composition local.