thenIfNotNull

inline fun <T> Modifier.thenIfNotNull(value: T?, consume: (T) -> Modifier): Modifier(source)