double shortestSide

The lesser of the magnitudes of the width and the height of this rounded rectangle.

Source

double get shortestSide => math.min(width.abs(), height.abs());