void deltaNone(double width, double height) { double x = pos.dx + dx; double y = pos.dy + dy; pos = Offset(x, y); }