The greater of the magnitudes of the width and the height of this rounded rectangle.
double/*!*/ get longestSide => math.max(width.abs(), height.abs());