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