min property

double get min

Implementation

double get min => height < width ? height : width;