haze Child
fun Modifier.hazeChild(state: HazeState, style: HazeStyle = HazeStyle.Unspecified, block: HazeEffectScope.() -> Unit? = null): Modifier
Deprecated
Renamed to Modifier.hazeEffect()
Replace with
import dev.chrisbanes.haze.hazeEffect
Content copied to clipboard
hazeEffect(state, style, block)Content copied to clipboard