roundBottomRight method

T roundBottomRight(
  1. double x, [
  2. double? y
])

Implementation

T roundBottomRight(double x, [double? y]) => roundBottomRightX(x).roundBottomRightY(y ?? x);