min property

double get min

Implementation

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