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