whenFalse

open fun whenFalse(condition: Boolean, overrider: Styler.() -> Unit): Styler

Applies styling conditionally when the condition is false.

Return

this Styler instance for chaining

Parameters

condition

the condition to evaluate

overrider

the styling function to apply if condition is false