max property

double get max

Implementation

double get max => (height > width) ? height : width;