Whether there is an upper bound on the maximum extent crossing the given axis.
bool hasBoundedCrossAxis(Axis axis) { return axis == Axis.vertical ? hasBoundedWidth : hasBoundedHeight; }