Returns true if the container width is strictly less than value.
value
bool isLessThan(double value) => width < value;