The minimum value that satisfies the constraints crossing the given axis.
double minCrossAxis(Axis axis) { return axis == Axis.vertical ? minWidth : minHeight; }