add If True
fun Modifier.addIfTrue(condition: Boolean, modifierOp: @Composable Modifier.() -> Modifier): Modifier
Util to only apply a modifierOp if condition is true, in order to reduce lines and improve readability
Util to only apply a modifierOp if condition is true, in order to reduce lines and improve readability