clone method
Implementation
@override
RectangleD clone() => .new(
originalPointer: originalPointer,
x: x,
y: y,
width: width,
height: height,
);
@override
RectangleD clone() => .new(
originalPointer: originalPointer,
x: x,
y: y,
width: width,
height: height,
);