Whether there is exactly one value that satisfies the constraints on the given axis.
bool hasTightAxis(Axis axis) { return axis == Axis.vertical ? hasTightHeight : hasTightWidth; }