roundBottomLeft method

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

Implementation

T roundBottomLeft(double x, [double? y]) => roundBottomLeftX(x).roundBottomLeftY(y ?? x);