roundTopLeft method

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

Implementation

T roundTopLeft(double x, [double? y]) => roundTopLeftX(x).roundTopLeftY(y ?? x);