fromLTWH method

T fromLTWH(
  1. double left,
  2. double top,
  3. double width,
  4. double height,
)

Implementation

T fromLTWH(double left, double top, double width, double height) =>
    builder(Rect.fromLTWH(left, top, width, height));