maxHeight method

ConstrainedBox maxHeight(
  1. double? size
)

Implementation

ConstrainedBox maxHeight(double? size) {
  return constraints(maxHeight: size);
}