shorterSize property

double get shorterSize

Implementation

double get shorterSize {
  Size s = size;
  return min(s.width, s.height);
}