Moves the element by (dx, dy) relative to its current location.
dx
dy
@override void translate(double dx, double dy) { _rrect = _rrect.shift(Offset(dx, dy)); }