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