size property

int size

Implementation

int get size {
  return width! > height! ? width! : height!;
}