Condition<T>.smallerThan constructor
Implementation
const Condition.smallerThan(
{int? breakpoint, this.name, this.value, T? landscapeValue})
: landscapeValue = (landscapeValue ?? value),
breakpointStart = breakpoint,
breakpointEnd = breakpoint,
condition = Conditional.SMALLER_THAN;