ifFalse

inline fun Modifier.ifFalse(predicate: Boolean, builder: Modifier.() -> Modifier): Modifier(source)

Extension function to apply changes to a Modifier if a predicate is not matched.

Return

Modifier with or without changes depending on the predicate

Parameters

predicate

which should not be matched

builder

apply changes to the given Modifier