conditioned library

Classes

Case
Used to configure the Condition Widget by providing an expression and a builder. Condition will show the provided builder when the expression results in true.
Conditioned
Value<T>
Used to configure the SwitchCondition Widget. The value will be compared to the value of the SwitchCondition. If the values are equal the provided builder will be shown.