lengthMax property

double lengthMax

Maximum window Height and Width Sizes

Implementation

double get lengthMax {
  return max(height, width);
}