Mine didn't work out #533
Replies: 1 comment
-
Have you looked at the samples? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
val hazeState = remember { HazeState() }
Box(
Modifier.size(100.dp)
.hazeEffect(state = hazeState, style = FluentMaterials.acrylicBase()){ blurEnabled=true }
.align(Alignment.CenterStart))
{
Text("Haze FQAs ")
}
Hi author, I tried to use the Box component to achieve this effect, but it didn't work, I tried Navigationbar before and it didn't work, can you help me?
Beta Was this translation helpful? Give feedback.
All reactions